Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.sundown {
color: #f4cb9f;
}
.kiwi-ice-cream {
color: #e3e5a4;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.distant-sky {
color: #6b8dae;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--sundown:#f4cb9f;
--kiwi-ice-cream:#e3e5a4;
--touch-of-turquoise:#a2d7d0;
--distant-sky:#6b8dae;
}