Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4b8b;
}
.azraq-blue {
color: #4a67b5;
}
.hydrangea {
color: #788bc4;
}
.sky-pilot {
color: #a4b7d5;
}
.brisa-de-mar {
color: #d2e1ef;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4b8b;
--azraq-blue:#4a67b5;
--hydrangea:#788bc4;
--sky-pilot:#a4b7d5;
--brisa-de-mar:#d2e1ef;
}