Color names in this palette
CSS code for this palette
/* CSS */
.scanda {
color: #6a8ea9;
}
.everlasting {
color: #a0c1d9;
}
.stone-washed {
color: #d5e1e7;
}
.soft-cream {
color: #f6f0d5;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--scanda:#6a8ea9;
--everlasting:#a0c1d9;
--stone-washed:#d5e1e7;
--soft-cream:#f6f0d5;
--welcoming-wasp:#f0a800;
}