Color names in this palette
CSS code for this palette
/* CSS */
.rose-turkish-delight {
color: #d84f7d;
}
.sriracha {
color: #f26d5f;
}
.floral-leaf {
color: #ffb84d;
}
.lemon-twist {
color: #ffd95c;
}
.french-pass {
color: #a3d4e0;
}
/* CSS Variables */
:root {
--rose-turkish-delight:#d84f7d;
--sriracha:#f26d5f;
--floral-leaf:#ffb84d;
--lemon-twist:#ffd95c;
--french-pass:#a3d4e0;
}