Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8d;
}
.hawaiian-passion {
color: #ff9e3d;
}
.lamplight {
color: #ffd23d;
}
.light-budgie-blue {
color: #a1d5e8;
}
.alfonso-olive {
color: #7c2d5c;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8d;
--hawaiian-passion:#ff9e3d;
--lamplight:#ffd23d;
--light-budgie-blue:#a1d5e8;
--alfonso-olive:#7c2d5c;
}