Color names in this palette
CSS code for this palette
/* CSS */
.sedona-pink {
color: #d8b7a6;
}
.cloudy-valley {
color: #b1c6d8;
}
.coolbox-ice-turquoise {
color: #499c9c;
}
.beauty-bush {
color: #ebb9b2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--sedona-pink:#d8b7a6;
--cloudy-valley:#b1c6d8;
--coolbox-ice-turquoise:#499c9c;
--beauty-bush:#ebb9b2;
--creamy-sweet-corn:#f9c54e;
}