Color names in this palette
CSS code for this palette
/* CSS */
.valentine-red {
color: #9b223c;
}
.demonic-kiss {
color: #d22d4b;
}
.diluno-red {
color: #f26863;
}
.blue-angels-yellow {
color: #fab700;
}
.golden-thread {
color: #e8c378;
}
/* CSS Variables */
:root {
--valentine-red:#9b223c;
--demonic-kiss:#d22d4b;
--diluno-red:#f26863;
--blue-angels-yellow:#fab700;
--golden-thread:#e8c378;
}