Color names in this palette
CSS code for this palette
/* CSS */
.violet-wisp {
color: #c7d4e5;
}
.country-air {
color: #9fb4c6;
}
.bluesy-note {
color: #7b9cb7;
}
.atlantic-gull {
color: #4f90b0;
}
.ocean-call {
color: #2e6b8e;
}
/* CSS Variables */
:root {
--violet-wisp:#c7d4e5;
--country-air:#9fb4c6;
--bluesy-note:#7b9cb7;
--atlantic-gull:#4f90b0;
--ocean-call:#2e6b8e;
}