Color names in this palette
CSS code for this palette
/* CSS */
.turkish-stone {
color: #2c7c8c;
}
.mountain-range-blue {
color: #4fb7c9;
}
.turkish-turquoise {
color: #78e1e8;
}
.flan {
color: #f7e2b6;
}
.5 {
color: #f9d88b;
}
/* CSS Variables */
:root {
--turkish-stone:#2c7c8c;
--mountain-range-blue:#4fb7c9;
--turkish-turquoise:#78e1e8;
--flan:#f7e2b6;
--5:#f9d88b;
}