Color names in this palette
CSS code for this palette
/* CSS */
.distant-sky {
color: #6e8eaf;
}
.twinkle {
color: #afc4d4;
}
.mont-blanc-peak {
color: #f3e7e7;
}
.candy-heart-pink {
color: #f6a2a2;
}
.pink-punch {
color: #d54d6f;
}
/* CSS Variables */
:root {
--distant-sky:#6e8eaf;
--twinkle:#afc4d4;
--mont-blanc-peak:#f3e7e7;
--candy-heart-pink:#f6a2a2;
--pink-punch:#d54d6f;
}