Blue San Juan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue San Juan palette

Share this palette to:

Blue San Juan color palette CSS

/* CSS */
.color-1 {
color: #3b5e9b;
}
.color-2 {
color: #4c7bbd;
}
.color-3 {
color: #a4c7e5;
}
.color-4 {
color: #f4b943;
}
.color-5 {
color: #e47b4e;
}

/* CSS Variables */
:root {
--color-1: #3b5e9b;
--color-2: #4c7bbd;
--color-3: #a4c7e5;
--color-4: #f4b943;
--color-5: #e47b4e;
}

Blue San Juan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e9b, #4c7bbd, #a4c7e5, #f4b943, #e47b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e9b, #4c7bbd, #a4c7e5, #f4b943, #e47b4e);
}

Blue San Juan color palette created on .