Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f3a5b7;
}
.almond-cream {
color: #f4c19f;
}
.khaki-core {
color: #f9e5ae;
}
.southern-belle {
color: #a5d9c4;
}
.earth-eclipse {
color: #74b9b2;
}
/* CSS Variables */
:root {
--rozowy-pink:#f3a5b7;
--almond-cream:#f4c19f;
--khaki-core:#f9e5ae;
--southern-belle:#a5d9c4;
--earth-eclipse:#74b9b2;
}