Color names in this palette
CSS code for this palette
/* CSS */
.bleached-apricot {
color: #f9c7ae;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.natural-youth {
color: #d9e9b4;
}
.frugal {
color: #a6d8b4;
}
.cotton-wool-blue {
color: #83a7d2;
}
/* CSS Variables */
:root {
--bleached-apricot:#f9c7ae;
--smooth-as-corn-silk:#f4e2b3;
--natural-youth:#d9e9b4;
--frugal:#a6d8b4;
--cotton-wool-blue:#83a7d2;
}