Color names in this palette
CSS code for this palette
/* CSS */
.aero {
color: #7bb9e5;
}
.blue-iguana {
color: #4e9cd0;
}
.north-atlantic-breeze {
color: #3a7cb6;
}
.blue-regent {
color: #2a5993;
}
.blue-mosque {
color: #1c3b6d;
}
/* CSS Variables */
:root {
--aero:#7bb9e5;
--blue-iguana:#4e9cd0;
--north-atlantic-breeze:#3a7cb6;
--blue-regent:#2a5993;
--blue-mosque:#1c3b6d;
}