Color names in this palette
CSS code for this palette
/* CSS */
.san-marino {
color: #49699c;
}
.pale-flower {
color: #698cab;
}
.bermuda-blue {
color: #8bb0c1;
}
.dante-peak {
color: #b2d4d7;
}
.ethereal-white {
color: #e6f4f1;
}
/* CSS Variables */
:root {
--san-marino:#49699c;
--pale-flower:#698cab;
--bermuda-blue:#8bb0c1;
--dante-peak:#b2d4d7;
--ethereal-white:#e6f4f1;
}