Color names in this palette
CSS code for this palette
/* CSS */
.simpatico-blue {
color: #a5c2d4;
}
.spring-pink {
color: #e3bac8;
}
.rozowy-pink {
color: #f1a7b7;
}
.summer-lily {
color: #f8d472;
}
.hamster-habitat {
color: #c6d8b1;
}
/* CSS Variables */
:root {
--simpatico-blue:#a5c2d4;
--spring-pink:#e3bac8;
--rozowy-pink:#f1a7b7;
--summer-lily:#f8d472;
--hamster-habitat:#c6d8b1;
}