Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a9cae5;
}
.purple-thorn {
color: #f0b7c2;
}
.spring-yellow {
color: #f3e17c;
}
.corally {
color: #fca7a1;
}
.mint-cocktail-green {
color: #b8e1b2;
}
/* CSS Variables */
:root {
--template:#a9cae5;
--purple-thorn:#f0b7c2;
--spring-yellow:#f3e17c;
--corally:#fca7a1;
--mint-cocktail-green:#b8e1b2;
}