Color names in this palette
CSS code for this palette
/* CSS */
.just-a-tease {
color: #f9d6d2;
}
.splendor-gold {
color: #ffb24d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sailor-s-bay {
color: #4b6e91;
}
.antarctic-blue {
color: #2b3c5e;
}
/* CSS Variables */
:root {
--just-a-tease:#f9d6d2;
--splendor-gold:#ffb24d;
--grapefruit-pulp:#ff6e61;
--sailor-s-bay:#4b6e91;
--antarctic-blue:#2b3c5e;
}