Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.basin-blue {
color: #b8e0e5;
}
.pomodoro-e-mozzarella {
color: #f1d5df;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--basin-blue:#b8e0e5;
--pomodoro-e-mozzarella:#f1d5df;
--lemon-ice-yellow:#f6e1a7;
--calabrese:#f1a8a2;
}