Color names in this palette
CSS code for this palette
/* CSS */
.dive-in {
color: #3c498b;
}
.fisher-king {
color: #4f7dba;
}
.meadow-blossom-blue {
color: #7db2d8;
}
.fairy-sparkles {
color: #b4e3f9;
}
.carving-party {
color: #f0c49e;
}
/* CSS Variables */
:root {
--dive-in:#3c498b;
--fisher-king:#4f7dba;
--meadow-blossom-blue:#7db2d8;
--fairy-sparkles:#b4e3f9;
--carving-party:#f0c49e;
}