Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3d5a8a;
}
.blue-plate {
color: #5c7d9d;
}
.trisha-s-eyes {
color: #8db8c3;
}
.watercolour-sky {
color: #b6d8e7;
}
.kodama-white {
color: #e9f5fb;
}
/* CSS Variables */
:root {
--delft:#3d5a8a;
--blue-plate:#5c7d9d;
--trisha-s-eyes:#8db8c3;
--watercolour-sky:#b6d8e7;
--kodama-white:#e9f5fb;
}