Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a8a8e;
}
.bianchi-green {
color: #3bd8bb;
}
.blue-crystal-landscape {
color: #6ff1e2;
}
.fairy-sparkles {
color: #aee3fa;
}
.yale-blue {
color: #0d4b91;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a8a8e;
--bianchi-green:#3bd8bb;
--blue-crystal-landscape:#6ff1e2;
--fairy-sparkles:#aee3fa;
--yale-blue:#0d4b91;
}