Color names in this palette
CSS code for this palette
/* CSS */
.purple-thorn {
color: #f0b7c2;
}
.lime-bright {
color: #f1e4b1;
}
.golden-glow {
color: #f9d57b;
}
.deluxe-days {
color: #8ecae6;
}
.oceanic {
color: #4d6e80;
}
/* CSS Variables */
:root {
--purple-thorn:#f0b7c2;
--lime-bright:#f1e4b1;
--golden-glow:#f9d57b;
--deluxe-days:#8ecae6;
--oceanic:#4d6e80;
}