Color names in this palette
CSS code for this palette
/* CSS */
.purple-hyacinth {
color: #6e8dbf;
}
.simply-posh {
color: #8cb6d4;
}
.atlantic-ocean {
color: #a7d6e6;
}
.radiant-sun {
color: #f1c950;
}
.coral-orange {
color: #e76a4b;
}
/* CSS Variables */
:root {
--purple-hyacinth:#6e8dbf;
--simply-posh:#8cb6d4;
--atlantic-ocean:#a7d6e6;
--radiant-sun:#f1c950;
--coral-orange:#e76a4b;
}