Color names in this palette
CSS code for this palette
/* CSS */
.purple-hyacinth {
color: #6e90bf;
}
.frozen-whisper {
color: #8cbdde;
}
.break-the-ice {
color: #b2e0f0;
}
.rubber-ducky {
color: #f7d059;
}
.hot-coral {
color: #f25d50;
}
/* CSS Variables */
:root {
--purple-hyacinth:#6e90bf;
--frozen-whisper:#8cbdde;
--break-the-ice:#b2e0f0;
--rubber-ducky:#f7d059;
--hot-coral:#f25d50;
}