Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1c3e5a;
}
.windsurfing {
color: #3b6c97;
}
.blue-astro {
color: #4ca8d6;
}
.cabbage {
color: #85d6b8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--regal-blue:#1c3e5a;
--windsurfing:#3b6c97;
--blue-astro:#4ca8d6;
--cabbage:#85d6b8;
--creamy-sweet-corn:#f9c54e;
}