Color names in this palette
CSS code for this palette
/* CSS */
.storm-blue {
color: #4d7f9d;
}
.estuary-blue {
color: #6ea3b4;
}
.frozen-blue {
color: #a6c4d9;
}
.butter-cookie {
color: #f0e6b2;
}
.shell-pink {
color: #f67e7e;
}
/* CSS Variables */
:root {
--storm-blue:#4d7f9d;
--estuary-blue:#6ea3b4;
--frozen-blue:#a6c4d9;
--butter-cookie:#f0e6b2;
--shell-pink:#f67e7e;
}