Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.snow-white-blush {
color: #f9aeae;
}
.crumbly-lipstick {
color: #f15bb5;
}
.verditer {
color: #00b3aa;
}
.sambucus {
color: #1c1c2c;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--snow-white-blush:#f9aeae;
--crumbly-lipstick:#f15bb5;
--verditer:#00b3aa;
--sambucus:#1c1c2c;
}