Color names in this palette
CSS code for this palette
/* CSS */
.airborne {
color: #a1c1d4;
}
.clear-vision {
color: #e5f2f5;
}
.basin-blue {
color: #b9e2e4;
}
.refresh {
color: #a4d5c7;
}
.soft-sunrise {
color: #f2e2d9;
}
/* CSS Variables */
:root {
--airborne:#a1c1d4;
--clear-vision:#e5f2f5;
--basin-blue:#b9e2e4;
--refresh:#a4d5c7;
--soft-sunrise:#f2e2d9;
}