Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.light-sea-cliff {
color: #b9d4e9;
}
.bellflower-blue {
color: #e0e9f0;
}
.wash-me {
color: #f8fafc;
}
.rain-song {
color: #c5d6e7;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--light-sea-cliff:#b9d4e9;
--bellflower-blue:#e0e9f0;
--wash-me:#f8fafc;
--rain-song:#c5d6e7;
}