Color names in this palette
CSS code for this palette
/* CSS */
.blue-electress {
color: #6b9cd1;
}
.rhodes {
color: #8bc0e4;
}
.cornflake {
color: #f0e68a;
}
.chai-latte {
color: #f8c8a0;
}
.coral-pink {
color: #f57e7a;
}
/* CSS Variables */
:root {
--blue-electress:#6b9cd1;
--rhodes:#8bc0e4;
--cornflake:#f0e68a;
--chai-latte:#f8c8a0;
--coral-pink:#f57e7a;
}