Color names in this palette
CSS code for this palette
/* CSS */
.gentle-wind {
color: #aad1e9;
}
.mystic-tulip {
color: #f6b8a2;
}
.orange-chiffon {
color: #f9b27b;
}
.zinnia-gold {
color: #ffd980;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--gentle-wind:#aad1e9;
--mystic-tulip:#f6b8a2;
--orange-chiffon:#f9b27b;
--zinnia-gold:#ffd980;
--pompelmo:#ff6b6b;
}