Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d4a0c8;
}
.princess {
color: #f1a7b2;
}
.cakepop-sorbet {
color: #f5c747;
}
.phoenix-fossil {
color: #f6d79d;
}
.emerald-rain {
color: #7fcd74;
}
/* CSS Variables */
:root {
--geranium-bud:#d4a0c8;
--princess:#f1a7b2;
--cakepop-sorbet:#f5c747;
--phoenix-fossil:#f6d79d;
--emerald-rain:#7fcd74;
}