Color names in this palette
CSS code for this palette
/* CSS */
.loveable {
color: #f1c0c8;
}
.flamingo-feather {
color: #f9b9d9;
}
.lavender-rose {
color: #f7a1e0;
}
.arctic-paradise {
color: #bbe2f7;
}
.turquoise-sea {
color: #6cd1e5;
}
/* CSS Variables */
:root {
--loveable:#f1c0c8;
--flamingo-feather:#f9b9d9;
--lavender-rose:#f7a1e0;
--arctic-paradise:#bbe2f7;
--turquoise-sea:#6cd1e5;
}