Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1c6e8d;
}
.aztec-sky {
color: #4eb7d4;
}
.island-paradise {
color: #8be0e5;
}
.melting-glacier {
color: #e8f8f3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--saxony-blue:#1c6e8d;
--aztec-sky:#4eb7d4;
--island-paradise:#8be0e5;
--melting-glacier:#e8f8f3;
--creamy-sweet-corn:#f9c54e;
}