Color names in this palette
CSS code for this palette
/* CSS */
.caramelo-dulce {
color: #d89e6e;
}
.sunset-drive {
color: #eabba4;
}
.apricot-gelato {
color: #f4d6ae;
}
.dress-up {
color: #f8c6bf;
}
.kawaii {
color: #ebadba;
}
/* CSS Variables */
:root {
--caramelo-dulce:#d89e6e;
--sunset-drive:#eabba4;
--apricot-gelato:#f4d6ae;
--dress-up:#f8c6bf;
--kawaii:#ebadba;
}