Color names in this palette
CSS code for this palette
/* CSS */
.greek-sea {
color: #6f9fec;
}
.baby-blue-eyes {
color: #a3c7f0;
}
.icy-lemonade {
color: #f5e9b2;
}
.carnation-bloom {
color: #f9bec0;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--greek-sea:#6f9fec;
--baby-blue-eyes:#a3c7f0;
--icy-lemonade:#f5e9b2;
--carnation-bloom:#f9bec0;
--pompelmo:#ff6b6b;
}