Color names in this palette
CSS code for this palette
/* CSS */
.first-shade-of-blue {
color: #c8e1f4;
}
.fairy-sparkles {
color: #b1def7;
}
.candid-blue {
color: #6cc5e5;
}
.fairy-tale-blue {
color: #3b9cba;
}
.bermuda {
color: #1d798c;
}
/* CSS Variables */
:root {
--first-shade-of-blue:#c8e1f4;
--fairy-sparkles:#b1def7;
--candid-blue:#6cc5e5;
--fairy-tale-blue:#3b9cba;
--bermuda:#1d798c;
}