Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f7a1a8;
}
.faded-sunlight {
color: #ffcb6b;
}
.lazy-daisy {
color: #f6e8a2;
}
.ocean-cruise {
color: #9fd3df;
}
.blue-shoal {
color: #698c91;
}
/* CSS Variables */
:root {
--simple-pink:#f7a1a8;
--faded-sunlight:#ffcb6b;
--lazy-daisy:#f6e8a2;
--ocean-cruise:#9fd3df;
--blue-shoal:#698c91;
}