Color names in this palette
CSS code for this palette
/* CSS */
.koromiko {
color: #f9b653;
}
.fuchsia-felicity {
color: #f3496b;
}
.flowering-raspberry {
color: #a06e93;
}
.peaceful-river {
color: #4a9cd3;
}
.taos-turquoise {
color: #2a8c8d;
}
/* CSS Variables */
:root {
--koromiko:#f9b653;
--fuchsia-felicity:#f3496b;
--flowering-raspberry:#a06e93;
--peaceful-river:#4a9cd3;
--taos-turquoise:#2a8c8d;
}