Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d7e7;
}
.mystic-tulip {
color: #f9b39f;
}
.daisy-desi {
color: #fce28d;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--blue-click:#a6d7e7;
--mystic-tulip:#f9b39f;
--daisy-desi:#fce28d;
--enjoyable-yellow:#f6d5a7;
--sweet-lilac:#eab8d1;
}