Color names in this palette
CSS code for this palette
/* CSS */
.antique-coral {
color: #ffc9ad;
}
.friendship {
color: #ffd6c2;
}
.guiding-star {
color: #ffe8db;
}
.strawberry-dust {
color: #fff1eb;
}
.sugar-milk {
color: #fff9f5;
}
/* CSS Variables */
:root {
--antique-coral:#ffc9ad;
--friendship:#ffd6c2;
--guiding-star:#ffe8db;
--strawberry-dust:#fff1eb;
--sugar-milk:#fff9f5;
}