Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.vast-sky {
color: #a8c9d7;
}
.fine-blue {
color: #b7e0e1;
}
.child-of-light {
color: #f1f5f8;
}
.eau-de-rose {
color: #e1b7d4;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--vast-sky:#a8c9d7;
--fine-blue:#b7e0e1;
--child-of-light:#f1f5f8;
--eau-de-rose:#e1b7d4;
}