Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #eaa9c9;
}
.radome-tan {
color: #f1c5a2;
}
.durango-dust {
color: #f9e49f;
}
.sky-high {
color: #a2c2e7;
}
.boudoir-blue {
color: #7da2d8;
}
/* CSS Variables */
:root {
--elastic-pink:#eaa9c9;
--radome-tan:#f1c5a2;
--durango-dust:#f9e49f;
--sky-high:#a2c2e7;
--boudoir-blue:#7da2d8;
}