Color names in this palette
CSS code for this palette
/* CSS */
.angel-blue {
color: #85c4cc;
}
.lake-reflection {
color: #9fd8db;
}
.basin-blue {
color: #bae1e3;
}
.distant-horizon {
color: #f2f8f8;
}
.esprit-peach {
color: #ffc29e;
}
/* CSS Variables */
:root {
--angel-blue:#85c4cc;
--lake-reflection:#9fd8db;
--basin-blue:#bae1e3;
--distant-horizon:#f2f8f8;
--esprit-peach:#ffc29e;
}