Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3a5f8d;
}
.alpha-blue {
color: #588cb6;
}
.horizon-haze {
color: #7fc2e6;
}
.bleached-apricot {
color: #f7c7ab;
}
.sundance {
color: #f8c76d;
}
/* CSS Variables */
:root {
--antilles-blue:#3a5f8d;
--alpha-blue:#588cb6;
--horizon-haze:#7fc2e6;
--bleached-apricot:#f7c7ab;
--sundance:#f8c76d;
}