Color names in this palette
CSS code for this palette
/* CSS */
.washed-denim {
color: #7d9dba;
}
.twinkle {
color: #afc4d4;
}
.anise-flower {
color: #f3e3b4;
}
.australian-apricot {
color: #f5c7a3;
}
.sugar-poppy {
color: #e57b82;
}
/* CSS Variables */
:root {
--washed-denim:#7d9dba;
--twinkle:#afc4d4;
--anise-flower:#f3e3b4;
--australian-apricot:#f5c7a3;
--sugar-poppy:#e57b82;
}