Blue Guillenview Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Blue Guillenview palette
tavolozza dei colori Blue Guillenview 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;
}
CSS con gradiente di sfondo Blue Guillenview
/* 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);
}
Tavolozze di colori simili
Blue Guillenview color palette created on .