Blue Time Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Time palette

Share this palette to:

Blue Time color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #507d9b;
}
.color-3 {
color: #7ec9b9;
}
.color-4 {
color: #b4e5a4;
}
.color-5 {
color: #f5c1a3;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #507d9b;
--color-3: #7ec9b9;
--color-4: #b4e5a4;
--color-5: #f5c1a3;
}

Blue Time background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #507d9b, #7ec9b9, #b4e5a4, #f5c1a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #507d9b, #7ec9b9, #b4e5a4, #f5c1a3);
}

Blue Time color palette created on .