Color names in this palette
CSS code for this palette
/* CSS */
.pink-glamour {
color: #ff7a7a;
}
.splendor-gold {
color: #ffb24d;
}
.lemon-twist {
color: #ffd95c;
}
.sm-n-sky {
color: #85e0b3;
}
.sky-dancer {
color: #3d9bff;
}
/* CSS Variables */
:root {
--pink-glamour:#ff7a7a;
--splendor-gold:#ffb24d;
--lemon-twist:#ffd95c;
--sm-n-sky:#85e0b3;
--sky-dancer:#3d9bff;
}