Ragna Lothbrok Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ragna Lothbrok palette
Ragna Lothbrok color palette CSS
/* CSS */
.color-1 {
color: #4c3e2f;
}
.color-2 {
color: #8a5e4c;
}
.color-3 {
color: #c49c6e;
}
.color-4 {
color: #e2c69c;
}
.color-5 {
color: #d8a96e;
}
/* CSS Variables */
:root {
--color-1: #4c3e2f;
--color-2: #8a5e4c;
--color-3: #c49c6e;
--color-4: #e2c69c;
--color-5: #d8a96e;
}
Ragna Lothbrok background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e2f, #8a5e4c, #c49c6e, #e2c69c, #d8a96e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e2f, #8a5e4c, #c49c6e, #e2c69c, #d8a96e);
}
Similar color palettes
Ragna Lothbrok color palette created on .