Color names in this palette
CSS code for this palette
/* CSS */
.rainy-lake {
color: #3e6a8e;
}
.inner-sanctum {
color: #76a6b7;
}
.fine-blue {
color: #b7e1e0;
}
.syndicalist {
color: #f5c400;
}
.usubeni-red {
color: #f26969;
}
/* CSS Variables */
:root {
--rainy-lake:#3e6a8e;
--inner-sanctum:#76a6b7;
--fine-blue:#b7e1e0;
--syndicalist:#f5c400;
--usubeni-red:#f26969;
}