Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f2a6c1;
}
.sweet-lilac {
color: #eab8d1;
}
.lavender-water {
color: #d1c6e1;
}
.teclis-blue {
color: #a1b7e8;
}
.skyan {
color: #6bcafa;
}
/* CSS Variables */
:root {
--tickled-pink:#f2a6c1;
--sweet-lilac:#eab8d1;
--lavender-water:#d1c6e1;
--teclis-blue:#a1b7e8;
--skyan:#6bcafa;
}