Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1e8d99;
}
.crystalsong-blue {
color: #4cb6b8;
}
.summer-of-82 {
color: #76d1d6;
}
.shalimar {
color: #f5f5a8;
}
.florida-sunrise {
color: #f6aa6f;
}
/* CSS Variables */
:root {
--waikiki:#1e8d99;
--crystalsong-blue:#4cb6b8;
--summer-of-82:#76d1d6;
--shalimar:#f5f5a8;
--florida-sunrise:#f6aa6f;
}