Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b8e1;
}
.maximum-yellow-red {
color: #f0ba4c;
}
.hanami-pink {
color: #f1a7e0;
}
.kindred {
color: #6ea0d8;
}
.china-pink {
color: #e06c9a;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b8e1;
--maximum-yellow-red:#f0ba4c;
--hanami-pink:#f1a7e0;
--kindred:#6ea0d8;
--china-pink:#e06c9a;
}