Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7d9b;
}
.starflower-blue {
color: #4f9ab5;
}
.revelry-blue {
color: #66b6cc;
}
.charlotte {
color: #a3e1e6;
}
.distant-horizon {
color: #f0f9f9;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7d9b;
--starflower-blue:#4f9ab5;
--revelry-blue:#66b6cc;
--charlotte:#a3e1e6;
--distant-horizon:#f0f9f9;
}