Color names in this palette
CSS code for this palette
/* CSS */
.purple-prophet {
color: #b99cc9;
}
.bright-ube {
color: #d1a6e8;
}
.prom-corsage {
color: #e7c5e4;
}
.double-cream {
color: #f1d7a2;
}
.amber-yellow {
color: #f8b55d;
}
/* CSS Variables */
:root {
--purple-prophet:#b99cc9;
--bright-ube:#d1a6e8;
--prom-corsage:#e7c5e4;
--double-cream:#f1d7a2;
--amber-yellow:#f8b55d;
}