Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a4c9e5;
}
.blue-grotto {
color: #519ec8;
}
.blue-dart-frog {
color: #3c7b9a;
}
.oceanic-motion {
color: #1c597d;
}
.duskwood {
color: #0e3a58;
}
/* CSS Variables */
:root {
--template:#a4c9e5;
--blue-grotto:#519ec8;
--blue-dart-frog:#3c7b9a;
--oceanic-motion:#1c597d;
--duskwood:#0e3a58;
}