Color names in this palette
CSS code for this palette
/* CSS */
.blushing-apricot {
color: #f9b9a4;
}
.dainty-debutante {
color: #f6bfb6;
}
.pale-rose {
color: #f0d6d9;
}
.sea-glass-teal {
color: #a2e6da;
}
.arctic-green {
color: #47b8b0;
}
/* CSS Variables */
:root {
--blushing-apricot:#f9b9a4;
--dainty-debutante:#f6bfb6;
--pale-rose:#f0d6d9;
--sea-glass-teal:#a2e6da;
--arctic-green:#47b8b0;
}