Color names in this palette
CSS code for this palette
/* CSS */
.bleached-apricot {
color: #f7c7ab;
}
.rose-essence {
color: #f09e8a;
}
.corralize {
color: #f08c75;
}
.orangeville {
color: #e66b5b;
}
.red-leather {
color: #a94c4d;
}
/* CSS Variables */
:root {
--bleached-apricot:#f7c7ab;
--rose-essence:#f09e8a;
--corralize:#f08c75;
--orangeville:#e66b5b;
--red-leather:#a94c4d;
}