Color names in this palette
CSS code for this palette
/* CSS */
.whisper-blue {
color: #e3e8f2;
}
.blue-pearl {
color: #c5d9e2;
}
.blue-dam {
color: #a1c8d4;
}
.maritime-soft-blue {
color: #69b6c3;
}
.sports-blue {
color: #3e9ab1;
}
/* CSS Variables */
:root {
--whisper-blue:#e3e8f2;
--blue-pearl:#c5d9e2;
--blue-dam:#a1c8d4;
--maritime-soft-blue:#69b6c3;
--sports-blue:#3e9ab1;
}