Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3c5b;
}
.sotek-green {
color: #4a7c8c;
}
.pure-turquoise {
color: #75c2c0;
}
.buttery-croissant {
color: #f2e19c;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--regal-blue:#1f3c5b;
--sotek-green:#4a7c8c;
--pure-turquoise:#75c2c0;
--buttery-croissant:#f2e19c;
--orange-gluttony:#e77e23;
}