Color names in this palette
CSS code for this palette
/* CSS */
.icy-landscape {
color: #c3eaf9;
}
.terrace-pool {
color: #9ed9e0;
}
.periwinkle-sky {
color: #8bb7d5;
}
.dupain {
color: #5c9fb7;
}
.ocean-slumber {
color: #3d737b;
}
/* CSS Variables */
:root {
--icy-landscape:#c3eaf9;
--terrace-pool:#9ed9e0;
--periwinkle-sky:#8bb7d5;
--dupain:#5c9fb7;
--ocean-slumber:#3d737b;
}