Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a9c9e5;
}
.white-sea {
color: #d7e3ea;
}
.alice-blue {
color: #f0f8ff;
}
.virginia-blue {
color: #b6c3d8;
}
.frosty-day {
color: #c8e9f4;
}
/* CSS Variables */
:root {
--template:#a9c9e5;
--white-sea:#d7e3ea;
--alice-blue:#f0f8ff;
--virginia-blue:#b6c3d8;
--frosty-day:#c8e9f4;
}