Color names in this palette
CSS code for this palette
/* CSS */
.sea-rover {
color: #a2d2e2;
}
.distant-shore {
color: #c0d6e3;
}
.dillard-s-blue {
color: #d7eae3;
}
.distant-horizon {
color: #f2f8f8;
}
.hush-pink {
color: #f8e9e2;
}
/* CSS Variables */
:root {
--sea-rover:#a2d2e2;
--distant-shore:#c0d6e3;
--dillard-s-blue:#d7eae3;
--distant-horizon:#f2f8f8;
--hush-pink:#f8e9e2;
}