Color names in this palette
CSS code for this palette
/* CSS */
.summer-sea {
color: #66a7b2;
}
.eton-blue {
color: #aad4d4;
}
.seaglass {
color: #d0e6df;
}
.happy-piglets {
color: #f8c9c9;
}
.buttery-salmon {
color: #fbb19d;
}
/* CSS Variables */
:root {
--summer-sea:#66a7b2;
--eton-blue:#aad4d4;
--seaglass:#d0e6df;
--happy-piglets:#f8c9c9;
--buttery-salmon:#fbb19d;
}