Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.sotek-green {
color: #4a7c8c;
}
.froggy-pond {
color: #7dbaa0;
}
.storm-lightning {
color: #f8e49b;
}
.cheddar-cheese {
color: #f0843d;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--sotek-green:#4a7c8c;
--froggy-pond:#7dbaa0;
--storm-lightning:#f8e49b;
--cheddar-cheese:#f0843d;
}