Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f4b8e1;
}
.barley-white {
color: #f7e3b6;
}
.creamy-lemon {
color: #fff5b3;
}
.azure-sky {
color: #b2e1f5;
}
.rivers-edge {
color: #b0d8d8;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f4b8e1;
--barley-white:#f7e3b6;
--creamy-lemon:#fff5b3;
--azure-sky:#b2e1f5;
--rivers-edge:#b0d8d8;
}