Color names in this palette
CSS code for this palette
/* CSS */
.princess-bride {
color: #f3bfc1;
}
.gentle-glow {
color: #f8e5b9;
}
.pearl-yellow {
color: #f2e2ba;
}
.fine-blue {
color: #b8e0e0;
}
.sky-babe {
color: #84c1d7;
}
/* CSS Variables */
:root {
--princess-bride:#f3bfc1;
--gentle-glow:#f8e5b9;
--pearl-yellow:#f2e2ba;
--fine-blue:#b8e0e0;
--sky-babe:#84c1d7;
}