Color names in this palette
CSS code for this palette
/* CSS */
.fairy-tale-blue {
color: #3d9bbd;
}
.flyway {
color: #5eb3d4;
}
.light-delphin {
color: #a0d2e4;
}
.menoth-white-base {
color: #f1e8b7;
}
.stone-fruit {
color: #f2a48c;
}
/* CSS Variables */
:root {
--fairy-tale-blue:#3d9bbd;
--flyway:#5eb3d4;
--light-delphin:#a0d2e4;
--menoth-white-base:#f1e8b7;
--stone-fruit:#f2a48c;
}