Color names in this palette
CSS code for this palette
/* CSS */
.brushstroke {
color: #f2dfba;
}
.flower-stem {
color: #b3d8b1;
}
.blair {
color: #a1c0de;
}
.cerulean-frost {
color: #6d9ac5;
}
.dive-in {
color: #3c4e86;
}
/* CSS Variables */
:root {
--brushstroke:#f2dfba;
--flower-stem:#b3d8b1;
--blair:#a1c0de;
--cerulean-frost:#6d9ac5;
--dive-in:#3c4e86;
}