Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.casino-lights {
color: #f6f1b1;
}
.vanilla-paste {
color: #f3e8d3;
}
.faint-clover {
color: #b3ead6;
}
.terrace-pool {
color: #a1d6e3;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--casino-lights:#f6f1b1;
--vanilla-paste:#f3e8d3;
--faint-clover:#b3ead6;
--terrace-pool:#a1d6e3;
}