Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a818e;
}
.moonstone {
color: #3bb0c4;
}
.turquoise-sea {
color: #6ad4e2;
}
.charlotte {
color: #a4e1e5;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a818e;
--moonstone:#3bb0c4;
--turquoise-sea:#6ad4e2;
--charlotte:#a4e1e5;
--distant-horizon:#f1f9f9;
}