Color names in this palette
CSS code for this palette
/* CSS */
.big-chill {
color: #7ec8e7;
}
.terrace-pool {
color: #a3d6e0;
}
.sandy-shore {
color: #f2e7ba;
}
.rogue-pink {
color: #f3a5c3;
}
.raspberry-mousse {
color: #e06c8b;
}
/* CSS Variables */
:root {
--big-chill:#7ec8e7;
--terrace-pool:#a3d6e0;
--sandy-shore:#f2e7ba;
--rogue-pink:#f3a5c3;
--raspberry-mousse:#e06c8b;
}