Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.sullivan-s-heart {
color: #f6c6d2;
}
.friendly-yellow {
color: #f6e1b1;
}
.lime-dream {
color: #c2e9b9;
}
.nevada-sky {
color: #a3d7e6;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--sullivan-s-heart:#f6c6d2;
--friendly-yellow:#f6e1b1;
--lime-dream:#c2e9b9;
--nevada-sky:#a3d7e6;
}