Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4e72;
}
.hippie-blue {
color: #4a8b96;
}
.baby-cake {
color: #85c1a2;
}
.peach-patch {
color: #f2d7a1;
}
.cosmic-coral {
color: #e57a6c;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4e72;
--hippie-blue:#4a8b96;
--baby-cake:#85c1a2;
--peach-patch:#f2d7a1;
--cosmic-coral:#e57a6c;
}