Color names in this palette
CSS code for this palette
/* CSS */
.vivid-tangerine {
color: #ff9980;
}
.persicus {
color: #ffb59e;
}
.curtsy {
color: #ffd4b8;
}
.sun-kissed {
color: #ffeec2;
}
.hello-yellow {
color: #ffe59e;
}
/* CSS Variables */
:root {
--vivid-tangerine:#ff9980;
--persicus:#ffb59e;
--curtsy:#ffd4b8;
--sun-kissed:#ffeec2;
--hello-yellow:#ffe59e;
}