Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.beach-sand {
color: #f9b58b;
}
.splash {
color: #f2d79c;
}
.aqua-wish {
color: #a3e1d2;
}
.ganon-blue {
color: #a7e6f6;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--beach-sand:#f9b58b;
--splash:#f2d79c;
--aqua-wish:#a3e1d2;
--ganon-blue:#a7e6f6;
}