Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f6aba2;
}
.citrus-sachet {
color: #f4c6a9;
}
.sandy-shore {
color: #f2e8ba;
}
.frisky {
color: #c7e09e;
}
.terrace-pool {
color: #9fd8e0;
}
/* CSS Variables */
:root {
--rosy-outlook:#f6aba2;
--citrus-sachet:#f4c6a9;
--sandy-shore:#f2e8ba;
--frisky:#c7e09e;
--terrace-pool:#9fd8e0;
}