Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.terrace-pool {
color: #a3d7e0;
}
.refreshing-pool {
color: #b8e5e5;
}
.first-date {
color: #f4b69f;
}
.allspice {
color: #f9cca9;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--terrace-pool:#a3d7e0;
--refreshing-pool:#b8e5e5;
--first-date:#f4b69f;
--allspice:#f9cca9;
}