Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #009adb;
}
.fluffy-duckling {
color: #f6e03c;
}
.fresh-green {
color: #6bcf4f;
}
.flash-of-orange {
color: #ffaa00;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--atmosphere:#009adb;
--fluffy-duckling:#f6e03c;
--fresh-green:#6bcf4f;
--flash-of-orange:#ffaa00;
--fiery-salmon:#f76969;
}