Color names in this palette
CSS code for this palette
/* CSS */
.high-honey {
color: #e2ba4b;
}
.sage-sensation {
color: #afeb8e;
}
.revelry-blue {
color: #6bb8d1;
}
.stormy-ridge {
color: #4d7c99;
}
.blue-depths {
color: #293c65;
}
/* CSS Variables */
:root {
--high-honey:#e2ba4b;
--sage-sensation:#afeb8e;
--revelry-blue:#6bb8d1;
--stormy-ridge:#4d7c99;
--blue-depths:#293c65;
}