Color names in this palette
CSS code for this palette
/* CSS */
.cloudy-valley {
color: #b3c7d6;
}
.green-trance {
color: #a4d8a2;
}
.crunch {
color: #f5b85c;
}
.breeze-of-chilli {
color: #f76e6e;
}
.rose-bud {
color: #b65d9d;
}
/* CSS Variables */
:root {
--cloudy-valley:#b3c7d6;
--green-trance:#a4d8a2;
--crunch:#f5b85c;
--breeze-of-chilli:#f76e6e;
--rose-bud:#b65d9d;
}