This palette evokes the warmth and richness of Hindu rituals in Vedic civilisation with a harmonious blend of earthy and vibrant tones
Color Adjustments
Vedic Rituals Color Palette CSS
/* CSS */
.color-1 {
color: #FFD700;
}
.color-2 {
color: #FF8C00;
}
.color-3 {
color: #8B4513;
}
.color-4 {
color: #FF6347;
}
.color-5 {
color: #4B0082;
}
/* CSS Variables */
:root {
--color-1: #FFD700;
--color-2: #FF8C00;
--color-3: #8B4513;
--color-4: #FF6347;
--color-5: #4B0082;
}Vedic Rituals Gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FFD700, #FF8C00, #8B4513, #FF6347, #4B0082);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FFD700, #FF8C00, #8B4513, #FF6347, #4B0082);
}Vedic Rituals color palette created on .
9 views