Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-refrain {
color: #b0d8e8;
}
.aircraft-white {
color: #eef2f6;
}
.sprinkled-with-pink {
color: #e8a1ae;
}
.crocus {
color: #c072b0;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-refrain:#b0d8e8;
--aircraft-white:#eef2f6;
--sprinkled-with-pink:#e8a1ae;
--crocus:#c072b0;
}