Color names in this palette
CSS code for this palette
/* CSS */
.blair {
color: #a1c2e3;
}
.mallorca-blue {
color: #4f7d92;
}
.celestial-blue {
color: #2a4d6a;
}
.gemini {
color: #b3d6cf;
}
.shrimp-toast {
color: #f7c6a1;
}
/* CSS Variables */
:root {
--blair:#a1c2e3;
--mallorca-blue:#4f7d92;
--celestial-blue:#2a4d6a;
--gemini:#b3d6cf;
--shrimp-toast:#f7c6a1;
}