Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a5d8e9;
}
.light-budgie-blue {
color: #a1d6e8;
}
.break-the-ice {
color: #b2e0f0;
}
.water {
color: #d2f0f9;
}
.cotton-ball {
color: #f3fafc;
}
/* CSS Variables */
:root {
--blue-click:#a5d8e9;
--light-budgie-blue:#a1d6e8;
--break-the-ice:#b2e0f0;
--water:#d2f0f9;
--cotton-ball:#f3fafc;
}