Color names in this palette
CSS code for this palette
/* CSS */
.lake-lucerne {
color: #699bba;
}
.not-a-cloud-in-sight {
color: #86c5d5;
}
.ballerina-tears {
color: #f4bab3;
}
.blended-fruit {
color: #f9e4a4;
}
.lion-cub {
color: #f7caa6;
}
/* CSS Variables */
:root {
--lake-lucerne:#699bba;
--not-a-cloud-in-sight:#86c5d5;
--ballerina-tears:#f4bab3;
--blended-fruit:#f9e4a4;
--lion-cub:#f7caa6;
}