Color names in this palette
CSS code for this palette
/* CSS */
.b-dazzled-blue {
color: #2d598f;
}
.starflower-blue {
color: #4a97b0;
}
.wavelet {
color: #7bc2d1;
}
.goldsmith {
color: #f0b14c;
}
.citrus-blast {
color: #e07b38;
}
/* CSS Variables */
:root {
--b-dazzled-blue:#2d598f;
--starflower-blue:#4a97b0;
--wavelet:#7bc2d1;
--goldsmith:#f0b14c;
--citrus-blast:#e07b38;
}