Color names in this palette
CSS code for this palette
/* CSS */
.blue-tribute {
color: #a9b9c7;
}
.denim-light {
color: #b9c9d5;
}
.baby-s-breath {
color: #d8e4e9;
}
.alice-blue {
color: #f0f8ff;
}
.serene-setting {
color: #c4d4d9;
}
/* CSS Variables */
:root {
--blue-tribute:#a9b9c7;
--denim-light:#b9c9d5;
--baby-s-breath:#d8e4e9;
--alice-blue:#f0f8ff;
--serene-setting:#c4d4d9;
}