Color names in this palette
CSS code for this palette
/* CSS */
.astroscopus-grey {
color: #b0b3b5;
}
.gull-grey {
color: #a7adaf;
}
.winter-orchid {
color: #e7e3e8;
}
.first-daughter {
color: #f8d3d9;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--astroscopus-grey:#b0b3b5;
--gull-grey:#a7adaf;
--winter-orchid:#e7e3e8;
--first-daughter:#f8d3d9;
--wildflower-bouquet:#ffb3b3;
}