Color names in this palette
CSS code for this palette
/* CSS */
.gibraltar-sea {
color: #1a3956;
}
.rainy-lake {
color: #3d6a8f;
}
.blueberry-soft-blue {
color: #5997c0;
}
.sea-rover {
color: #a2d3e2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--gibraltar-sea:#1a3956;
--rainy-lake:#3d6a8f;
--blueberry-soft-blue:#5997c0;
--sea-rover:#a2d3e2;
--creamy-sweet-corn:#f9c54e;
}