Color names in this palette
CSS code for this palette
/* CSS */
.everlasting {
color: #a4c0da;
}
.dresden-doll {
color: #8da9c4;
}
.aragonite-blue {
color: #6e97b4;
}
.tech-wave {
color: #4c7f9e;
}
.nautical-creatures {
color: #2a627e;
}
/* CSS Variables */
:root {
--everlasting:#a4c0da;
--dresden-doll:#8da9c4;
--aragonite-blue:#6e97b4;
--tech-wave:#4c7f9e;
--nautical-creatures:#2a627e;
}