Color names in this palette
CSS code for this palette
/* CSS */
.fun-and-games {
color: #327c9f;
}
.mountain-bluebird {
color: #509bc3;
}
.meadow-blossom-blue {
color: #7bb4d5;
}
.terrace-pool {
color: #a3d7e0;
}
.milky-way {
color: #e3f4f7;
}
/* CSS Variables */
:root {
--fun-and-games:#327c9f;
--mountain-bluebird:#509bc3;
--meadow-blossom-blue:#7bb4d5;
--terrace-pool:#a3d7e0;
--milky-way:#e3f4f7;
}