Blue Guillenview Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Guillenview palette

Share this palette to:

Blue Guillenview color palette CSS

/* CSS */
.color-1 {
color: #4b9fc3;
}
.color-2 {
color: #7cc5df;
}
.color-3 {
color: #a5e2e3;
}
.color-4 {
color: #f4c2a9;
}
.color-5 {
color: #f9a19f;
}

/* CSS Variables */
:root {
--color-1: #4b9fc3;
--color-2: #7cc5df;
--color-3: #a5e2e3;
--color-4: #f4c2a9;
--color-5: #f9a19f;
}

Blue Guillenview background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9fc3, #7cc5df, #a5e2e3, #f4c2a9, #f9a19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9fc3, #7cc5df, #a5e2e3, #f4c2a9, #f9a19f);
}

Blue Guillenview color palette created on .