/* CSS */
.color-1 {
color: #DDA364;
}
.color-2 {
color: #E3B482;
}
.color-3 {
color: #E6C294;
}
.color-4 {
color: #E199B0;
}
.color-5 {
color: #E490B0;
}
/* CSS Variables */
:root {
--color-1: #DDA364;
--color-2: #E3B482;
--color-3: #E6C294;
--color-4: #E199B0;
--color-5: #E490B0;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #DDA364, #E3B482, #E6C294, #E199B0, #E490B0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #DDA364, #E3B482, #E6C294, #E199B0, #E490B0);
}
Olive Blossom Dreams color palette created on .