Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a9e0d4;
}
.pink-fit {
color: #f1a7b1;
}
.elegant-light-rose {
color: #fbcbcb;
}
.dandelion-whisper {
color: #fef3b4;
}
.aqua-wish {
color: #a3e1d2;
}
/* CSS Variables */
:root {
--capri-water-blue:#a9e0d4;
--pink-fit:#f1a7b1;
--elegant-light-rose:#fbcbcb;
--dandelion-whisper:#fef3b4;
--aqua-wish:#a3e1d2;
}