Color names in this palette
CSS code for this palette
/* CSS */
.stay-the-night {
color: #2e4961;
}
.blue-loneliness {
color: #4a6c82;
}
.voyage {
color: #719fa2;
}
.chefchaouen-blue {
color: #a4d1e5;
}
.jazz-age-coral {
color: #f0c2b2;
}
/* CSS Variables */
:root {
--stay-the-night:#2e4961;
--blue-loneliness:#4a6c82;
--voyage:#719fa2;
--chefchaouen-blue:#a4d1e5;
--jazz-age-coral:#f0c2b2;
}