Color names in this palette
CSS code for this palette
/* CSS */
.rockman-blue {
color: #33a1eb;
}
.mom-s-pancake {
color: #f6c451;
}
.chinese-orange {
color: #f56a47;
}
.sweet-flag {
color: #6a3d99;
}
.hermosa-pink {
color: #ffb3e7;
}
/* CSS Variables */
:root {
--rockman-blue:#33a1eb;
--mom-s-pancake:#f6c451;
--chinese-orange:#f56a47;
--sweet-flag:#6a3d99;
--hermosa-pink:#ffb3e7;
}