Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5f8c;
}
.blue-plate {
color: #5f7a9b;
}
.bright-bluebonnet {
color: #8fb2c1;
}
.bathe-blue {
color: #c2e1e5;
}
.florida-sunrise {
color: #f3a76d;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5f8c;
--blue-plate:#5f7a9b;
--bright-bluebonnet:#8fb2c1;
--bathe-blue:#c2e1e5;
--florida-sunrise:#f3a76d;
}