Color names in this palette
CSS code for this palette
/* CSS */
.blooming-aster {
color: #d8e3ee;
}
.island-light {
color: #a7c6e7;
}
.picton-blue {
color: #599bd4;
}
.blue-dart-frog {
color: #3a7d9c;
}
.oceanic-motion {
color: #1c5d7d;
}
/* CSS Variables */
:root {
--blooming-aster:#d8e3ee;
--island-light:#a7c6e7;
--picton-blue:#599bd4;
--blue-dart-frog:#3a7d9c;
--oceanic-motion:#1c5d7d;
}