Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d8e3;
}
.basin-blue {
color: #b9e2e4;
}
.ice-breaker {
color: #d4e7e8;
}
.distant-horizon {
color: #f1f8f9;
}
.latte-froth {
color: #f3f0e7;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d8e3;
--basin-blue:#b9e2e4;
--ice-breaker:#d4e7e8;
--distant-horizon:#f1f8f9;
--latte-froth:#f3f0e7;
}