Color names in this palette
CSS code for this palette
/* CSS */
.monaco {
color: #a8d5e6;
}
.early-june {
color: #b2d3e0;
}
.bathe-blue {
color: #c2e1e5;
}
.first-date {
color: #f1b2a2;
}
.flirty-salmon {
color: #f96c6c;
}
/* CSS Variables */
:root {
--monaco:#a8d5e6;
--early-june:#b2d3e0;
--bathe-blue:#c2e1e5;
--first-date:#f1b2a2;
--flirty-salmon:#f96c6c;
}