Color names in this palette
CSS code for this palette
/* CSS */
.rainy-lake {
color: #3a6c92;
}
.atlantic-gull {
color: #4f8cb5;
}
.watery-sea {
color: #84c1e7;
}
.nanohanacha-gold {
color: #e5b72e;
}
.tangerine-bliss {
color: #d55e30;
}
/* CSS Variables */
:root {
--rainy-lake:#3a6c92;
--atlantic-gull:#4f8cb5;
--watery-sea:#84c1e7;
--nanohanacha-gold:#e5b72e;
--tangerine-bliss:#d55e30;
}