Color names in this palette
CSS code for this palette
/* CSS */
.siesta-sands {
color: #f1e6df;
}
.hydrangea-pink {
color: #e7b1c7;
}
.petal-plush {
color: #d7aae9;
}
.light-shimmer {
color: #a8d4f5;
}
.rushing-stream {
color: #66c5d6;
}
/* CSS Variables */
:root {
--siesta-sands:#f1e6df;
--hydrangea-pink:#e7b1c7;
--petal-plush:#d7aae9;
--light-shimmer:#a8d4f5;
--rushing-stream:#66c5d6;
}