Blue Canyon Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Blue Canyon palette
tavolozza dei colori Blue Canyon CSS
/* CSS */
.color-1 {
color: #b7e1f0;
}
.color-2 {
color: #4eb7d4;
}
.color-3 {
color: #167c98;
}
.color-4 {
color: #1e4f6c;
}
.color-5 {
color: #0d3f54;
}
/* CSS Variables */
:root {
--color-1: #b7e1f0;
--color-2: #4eb7d4;
--color-3: #167c98;
--color-4: #1e4f6c;
--color-5: #0d3f54;
}
CSS con gradiente di sfondo Blue Canyon
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7e1f0, #4eb7d4, #167c98, #1e4f6c, #0d3f54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7e1f0, #4eb7d4, #167c98, #1e4f6c, #0d3f54);
}
Tavolozze di colori simili
Blue Canyon color palette created on .