Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-ripple {
color: #f8cece;
}
.light-orchid {
color: #e3a5d4;
}
.whirlpool {
color: #a6d9c9;
}
.broom-butterfly-blue {
color: #69b1d8;
}
.westfall-yellow {
color: #f9d64e;
}
/* CSS Variables */
:root {
--strawberry-ripple:#f8cece;
--light-orchid:#e3a5d4;
--whirlpool:#a6d9c9;
--broom-butterfly-blue:#69b1d8;
--westfall-yellow:#f9d64e;
}