Color names in this palette
CSS code for this palette
/* CSS */
.peach-temptation {
color: #f4c3b3;
}
.sweet-lilac {
color: #eab8d1;
}
.grape-illusion {
color: #b2a3d7;
}
.swift {
color: #80aae0;
}
.hidden-sea-glass {
color: #6dd5c5;
}
/* CSS Variables */
:root {
--peach-temptation:#f4c3b3;
--sweet-lilac:#eab8d1;
--grape-illusion:#b2a3d7;
--swift:#80aae0;
--hidden-sea-glass:#6dd5c5;
}