Color names in this palette
CSS code for this palette
/* CSS */
.persicus {
color: #ffb59e;
}
.tropical-peach {
color: #ffc3b3;
}
.friendship {
color: #ffd6c2;
}
.french-manicure {
color: #ffe5db;
}
.clerestory {
color: #f5e6e0;
}
/* CSS Variables */
:root {
--persicus:#ffb59e;
--tropical-peach:#ffc3b3;
--friendship:#ffd6c2;
--french-manicure:#ffe5db;
--clerestory:#f5e6e0;
}