/* CSS */
.color-1 {
color: #ED907D;
}
.color-2 {
color: #EBD17A;
}
.color-3 {
color: #EBBD33;
}
.color-4 {
color: #DFA32A;
}
.color-5 {
color: #D75437;
}
/* CSS Variables */
:root {
--color-1: #ED907D;
--color-2: #EBD17A;
--color-3: #EBBD33;
--color-4: #DFA32A;
--color-5: #D75437;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ED907D, #EBD17A, #EBBD33, #DFA32A, #D75437);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ED907D, #EBD17A, #EBBD33, #DFA32A, #D75437);
}
Passion's Embrace color palette created on .