/* CSS */
.color-1 {
color: #490E2D;
}
.color-2 {
color: #9D2A4C;
}
.color-3 {
color: #D199B7;
}
.color-4 {
color: #F7D4B1;
}
.color-5 {
color: #F9E54E;
}
/* CSS Variables */
:root {
--color-1: #490E2D;
--color-2: #9D2A4C;
--color-3: #D199B7;
--color-4: #F7D4B1;
--color-5: #F9E54E;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #490E2D, #9D2A4C, #D199B7, #F7D4B1, #F9E54E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #490E2D, #9D2A4C, #D199B7, #F7D4B1, #F9E54E);
}
Gothic Blossom color palette created on .