groups

Link to this snippet:


Download to Code Collector

language: CSS
licence: Other

Colored

options: send to code collectorview all maeghan's snippets
.blue.awesome {
	background-color: #2daebf;
}

.red.awesome {
	background-color: #e33100;
}

.magenta.awesome {
	background-color: #a9014b;
}

.orange.awesome {
	background-color: #ff5c00;
}

.yellow.awesome {
	background-color: #ffb515;
}