Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4d98c7;
}
.disembark {
color: #5fb2d8;
}
.cold-blue {
color: #86e4e1;
}
.flush-pink {
color: #f8cac4;
}
.apricot-haze {
color: #fcabad;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4d98c7;
--disembark:#5fb2d8;
--cold-blue:#86e4e1;
--flush-pink:#f8cac4;
--apricot-haze:#fcabad;
}