Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f1a7d5;
}
.peach-temptation {
color: #f4c4b4;
}
.optimistic-yellow {
color: #f4e1a4;
}
.eerie-glow {
color: #a7d7b8;
}
.cerulean-frost {
color: #6c9fc6;
}
/* CSS Variables */
:root {
--violet-kiss:#f1a7d5;
--peach-temptation:#f4c4b4;
--optimistic-yellow:#f4e1a4;
--eerie-glow:#a7d7b8;
--cerulean-frost:#6c9fc6;
}