Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4d9cc7;
}
.blue-bell {
color: #85b5d1;
}
.terrace-pool {
color: #a1d5e2;
}
.soft-mint {
color: #e7f9f2;
}
.tickled-pink {
color: #f2a6c2;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4d9cc7;
--blue-bell:#85b5d1;
--terrace-pool:#a1d5e2;
--soft-mint:#e7f9f2;
--tickled-pink:#f2a6c2;
}