Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b9e2f8;
}
.light-sky-babe {
color: #9fd2df;
}
.pearl-blue {
color: #75b5c7;
}
.magic-blue {
color: #3f8eab;
}
.grape-blue {
color: #1f4b6f;
}
/* CSS Variables */
:root {
--arctic-paradise:#b9e2f8;
--light-sky-babe:#9fd2df;
--pearl-blue:#75b5c7;
--magic-blue:#3f8eab;
--grape-blue:#1f4b6f;
}