Color names in this palette
CSS code for this palette
/* CSS */
.celtic-spring {
color: #a8e1b4;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.jaguar-rose {
color: #f3b4b7;
}
.lavender-candy {
color: #f8b4d7;
}
.pastel-blue {
color: #a1c1fc;
}
/* CSS Variables */
:root {
--celtic-spring:#a8e1b4;
--smooth-as-corn-silk:#f5e3b2;
--jaguar-rose:#f3b4b7;
--lavender-candy:#f8b4d7;
--pastel-blue:#a1c1fc;
}