Thunder Spark Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Thunder Spark palette
Thunder Spark color palette PNG image
Thunder Spark color palette CSS
/* CSS */
.color-1 {
color: #343460;
}
.color-2 {
color: #67679e;
}
.color-3 {
color: #9f9fe0;
}
.color-4 {
color: #c5c5ec;
}
.color-5 {
color: #f4f4fb;
}
/* CSS Variables */
:root {
--color-1: #343460;
--color-2: #67679e;
--color-3: #9f9fe0;
--color-4: #c5c5ec;
--color-5: #f4f4fb;
}
Thunder Spark background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #343460, #67679e, #9f9fe0, #c5c5ec, #f4f4fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #343460, #67679e, #9f9fe0, #c5c5ec, #f4f4fb);
}
Similar color palettes
Thunder Spark color palette created on .