Color names in this palette
CSS code for this palette
/* CSS */
.serene-pink {
color: #f6c7b6;
}
.astra {
color: #eed7a5;
}
.breeze-in-june {
color: #c4e1e8;
}
.smooth-satin {
color: #a4d5d4;
}
.bird-s-egg-green {
color: #a7c8b9;
}
/* CSS Variables */
:root {
--serene-pink:#f6c7b6;
--astra:#eed7a5;
--breeze-in-june:#c4e1e8;
--smooth-satin:#a4d5d4;
--bird-s-egg-green:#a7c8b9;
}