Color names in this palette
CSS code for this palette
/* CSS */
.weathered-blue {
color: #d2e2f9;
}
.terrace-pool {
color: #a3d7e0;
}
.delicate-girl-blue {
color: #69b4c9;
}
.larkspur {
color: #3b7a91;
}
.seafarer {
color: #1c4c6d;
}
/* CSS Variables */
:root {
--weathered-blue:#d2e2f9;
--terrace-pool:#a3d7e0;
--delicate-girl-blue:#69b4c9;
--larkspur:#3b7a91;
--seafarer:#1c4c6d;
}