Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f3c4d6;
}
.khaki-core {
color: #f8e6af;
}
.light-budgie-blue {
color: #9ed7e5;
}
.crayola-green {
color: #1fad7b;
}
.altar-of-heaven {
color: #4d4d84;
}
/* CSS Variables */
:root {
--sweetheart:#f3c4d6;
--khaki-core:#f8e6af;
--light-budgie-blue:#9ed7e5;
--crayola-green:#1fad7b;
--altar-of-heaven:#4d4d84;
}