Color names in this palette
CSS code for this palette
/* CSS */
.pixieland {
color: #b4a6c9;
}
.sweet-lilac {
color: #eab8d1;
}
.yellow-corn {
color: #ffe08a;
}
.persicus {
color: #ffb59e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pixieland:#b4a6c9;
--sweet-lilac:#eab8d1;
--yellow-corn:#ffe08a;
--persicus:#ffb59e;
--grapefruit-pulp:#ff6e61;
}