Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.harbour-afternoon {
color: #e0e8f5;
}
.blue-bows {
color: #a5c4d4;
}
.ode-to-green {
color: #b9e4d9;
}
.precious-pink {
color: #f4b4b4;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--harbour-afternoon:#e0e8f5;
--blue-bows:#a5c4d4;
--ode-to-green:#b9e4d9;
--precious-pink:#f4b4b4;
}