Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5b8c;
}
.storm-blue {
color: #4f799c;
}
.riverside-blue {
color: #68afc4;
}
.overtone {
color: #a5e4b1;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5b8c;
--storm-blue:#4f799c;
--riverside-blue:#68afc4;
--overtone:#a5e4b1;
--sunny-mood:#f7c94b;
}