Color names in this palette
CSS code for this palette
/* CSS */
.arctic-water {
color: #00fff7;
}
.floral-leaf {
color: #ffb84d;
}
.soviet-gold {
color: #ffd900;
}
.sun-shower {
color: #ffdf75;
}
.crumbly-lipstick {
color: #f362bc;
}
/* CSS Variables */
:root {
--arctic-water:#00fff7;
--floral-leaf:#ffb84d;
--soviet-gold:#ffd900;
--sun-shower:#ffdf75;
--crumbly-lipstick:#f362bc;
}