Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-shortcake {
color: #ff3d8b;
}
.stellar-strawberry {
color: #ff5c8a;
}
.pink-glamour {
color: #ff7a7a;
}
.atomic-tangerine {
color: #ff976b;
}
.buff-orange {
color: #ffbf7a;
}
/* CSS Variables */
:root {
--raspberry-shortcake:#ff3d8b;
--stellar-strawberry:#ff5c8a;
--pink-glamour:#ff7a7a;
--atomic-tangerine:#ff976b;
--buff-orange:#ffbf7a;
}