Blue Tempest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Tempest palette

Share this palette to:

Blue Tempest color palette CSS

/* CSS */
.color-1 {
color: #1f4e70;
}
.color-2 {
color: #3f7e97;
}
.color-3 {
color: #80b2c2;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff7070;
}

/* CSS Variables */
:root {
--color-1: #1f4e70;
--color-2: #3f7e97;
--color-3: #80b2c2;
--color-4: #ffcb5c;
--color-5: #ff7070;
}

Blue Tempest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e70, #3f7e97, #80b2c2, #ffcb5c, #ff7070);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e70, #3f7e97, #80b2c2, #ffcb5c, #ff7070);
}

Blue Tempest color palette created on .