Color names in this palette
CSS code for this palette
/* CSS */
.blue-regent {
color: #2d5b8f;
}
.azure-blue {
color: #498eca;
}
.sea-capture {
color: #5bc4e6;
}
.blizzard-blue {
color: #9fe0f4;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--blue-regent:#2d5b8f;
--azure-blue:#498eca;
--sea-capture:#5bc4e6;
--blizzard-blue:#9fe0f4;
--wash-me:#f8fafc;
}