Color names in this palette
CSS code for this palette
/* CSS */
.nocturne-shade {
color: #3668ab;
}
.azure-blue {
color: #4f90c9;
}
.squeaky {
color: #6ec5d8;
}
.crystal-river {
color: #b2e3f0;
}
.papyrus-paper {
color: #f5ecd6;
}
/* CSS Variables */
:root {
--nocturne-shade:#3668ab;
--azure-blue:#4f90c9;
--squeaky:#6ec5d8;
--crystal-river:#b2e3f0;
--papyrus-paper:#f5ecd6;
}