Color names in this palette
CSS code for this palette
/* CSS */
.hotter-than-hell {
color: #ff4255;
}
.whimsical-blue {
color: #00e5ff;
}
.himalayan-balsam {
color: #ff9ecd;
}
.sweet-mallow {
color: #ffe0e1;
}
.splash-of-grenadine {
color: #ff7ade;
}
/* CSS Variables */
:root {
--hotter-than-hell:#ff4255;
--whimsical-blue:#00e5ff;
--himalayan-balsam:#ff9ecd;
--sweet-mallow:#ffe0e1;
--splash-of-grenadine:#ff7ade;
}