Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f3a9a5;
}
.mystic-tulip {
color: #f8b3a0;
}
.gold-thread {
color: #fce8b0;
}
.satin-green {
color: #c5e1b7;
}
.terrace-pool {
color: #a1d6e2;
}
/* CSS Variables */
:root {
--calabrese:#f3a9a5;
--mystic-tulip:#f8b3a0;
--gold-thread:#fce8b0;
--satin-green:#c5e1b7;
--terrace-pool:#a1d6e2;
}