Color names in this palette
CSS code for this palette
/* CSS */
.sardinia-beaches {
color: #299ed1;
}
.lake-thun {
color: #4bb7e2;
}
.tanager-turquoise {
color: #8ed8e6;
}
.bravo-blue {
color: #d3e8e9;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--sardinia-beaches:#299ed1;
--lake-thun:#4bb7e2;
--tanager-turquoise:#8ed8e6;
--bravo-blue:#d3e8e9;
--dr-white:#fafafa;
}