Color names in this palette
CSS code for this palette
/* CSS */
.blue-electress {
color: #6b9cd1;
}
.chapel-blue {
color: #b0d1e8;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.neighborly-peach {
color: #f5c0a3;
}
.breeze-of-chilli {
color: #f56b6b;
}
/* CSS Variables */
:root {
--blue-electress:#6b9cd1;
--chapel-blue:#b0d1e8;
--smooth-as-corn-silk:#f6e5b1;
--neighborly-peach:#f5c0a3;
--breeze-of-chilli:#f56b6b;
}