Color names in this palette
CSS code for this palette
/* CSS */
.brilliant-blue {
color: #0074b3;
}
.kahu-blue {
color: #0092d6;
}
.lake-thun {
color: #4bbae2;
}
.faded-poster {
color: #7ee0f1;
}
.fairy-sparkles {
color: #b4e3f9;
}
/* CSS Variables */
:root {
--brilliant-blue:#0074b3;
--kahu-blue:#0092d6;
--lake-thun:#4bbae2;
--faded-poster:#7ee0f1;
--fairy-sparkles:#b4e3f9;
}