Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.lake-thun {
color: #4bbae2;
}
.amalfi-coast {
color: #2982c2;
}
.lucidity {
color: #1a3d6b;
}
.chunky-bee {
color: #ffc94d;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--lake-thun:#4bbae2;
--amalfi-coast:#2982c2;
--lucidity:#1a3d6b;
--chunky-bee:#ffc94d;
}