Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.pearl-yellow {
color: #f2e4ba;
}
.starfish {
color: #e5bca4;
}
.bright-ube {
color: #d599eb;
}
.windsor-way {
color: #a1c7e2;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--pearl-yellow:#f2e4ba;
--starfish:#e5bca4;
--bright-ube:#d599eb;
--windsor-way:#a1c7e2;
}