Color names in this palette
CSS code for this palette
/* CSS */
.corydalis-blue {
color: #a2c8d8;
}
.refreshing-pool {
color: #b5e4e8;
}
.windswept {
color: #d1f3f5;
}
.distant-horizon {
color: #f1f9f7;
}
.athena-pink {
color: #e8b0c4;
}
/* CSS Variables */
:root {
--corydalis-blue:#a2c8d8;
--refreshing-pool:#b5e4e8;
--windswept:#d1f3f5;
--distant-horizon:#f1f9f7;
--athena-pink:#e8b0c4;
}