Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1e8f8f;
}
.crystalsong-blue {
color: #50b9b9;
}
.mountain-lake-blue {
color: #86d5d5;
}
.sugar-cookie {
color: #f1e1a2;
}
.georgian-yellow {
color: #d59a4d;
}
/* CSS Variables */
:root {
--sea-fantasy:#1e8f8f;
--crystalsong-blue:#50b9b9;
--mountain-lake-blue:#86d5d5;
--sugar-cookie:#f1e1a2;
--georgian-yellow:#d59a4d;
}