Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e6a2c4;
}
.fulgrim-pink {
color: #f6b1cf;
}
.nature-apricot {
color: #ffb7a3;
}
.phoenix-fossil {
color: #f6d89d;
}
.yippie-ya-yellow {
color: #f9f19f;
}
/* CSS Variables */
:root {
--prettiest-pink:#e6a2c4;
--fulgrim-pink:#f6b1cf;
--nature-apricot:#ffb7a3;
--phoenix-fossil:#f6d89d;
--yippie-ya-yellow:#f9f19f;
}