Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d5c7e6;
}
.chateau-rose {
color: #d9a1d4;
}
.manga-pink {
color: #f4b8d7;
}
.venetian-yellow {
color: #f4e69f;
}
.lion-cub {
color: #f8caa5;
}
/* CSS Variables */
:root {
--foggy-love:#d5c7e6;
--chateau-rose:#d9a1d4;
--manga-pink:#f4b8d7;
--venetian-yellow:#f4e69f;
--lion-cub:#f8caa5;
}