Color names in this palette
CSS code for this palette
/* CSS */
.japan-blush {
color: #e2d7f4;
}
.island-light {
color: #a6c6ed;
}
.feather-star {
color: #59a5e8;
}
.blue-dart-frog {
color: #3c7b96;
}
.navy-peony {
color: #1f3a61;
}
/* CSS Variables */
:root {
--japan-blush:#e2d7f4;
--island-light:#a6c6ed;
--feather-star:#59a5e8;
--blue-dart-frog:#3c7b96;
--navy-peony:#1f3a61;
}