Blue Tornado Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Tornado palette

Share this palette to:

Blue Tornado color palette CSS

/* CSS */
.color-1 {
color: #4b6e91;
}
.color-2 {
color: #9bb7c5;
}
.color-3 {
color: #e2e9e5;
}
.color-4 {
color: #f9c57b;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #4b6e91;
--color-2: #9bb7c5;
--color-3: #e2e9e5;
--color-4: #f9c57b;
--color-5: #e94e77;
}

Blue Tornado background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6e91, #9bb7c5, #e2e9e5, #f9c57b, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6e91, #9bb7c5, #e2e9e5, #f9c57b, #e94e77);
}

Blue Tornado color palette created on .