Keith Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Keith palette
Immagine PNG della tavolozza dei colori Keith
tavolozza dei colori Keith CSS
/* CSS */
.color-1 {
color: #3b4a6d;
}
.color-2 {
color: #6b8e9e;
}
.color-3 {
color: #a1c9d3;
}
.color-4 {
color: #f0d68e;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #3b4a6d;
--color-2: #6b8e9e;
--color-3: #a1c9d3;
--color-4: #f0d68e;
--color-5: #e77e23;
}
CSS con gradiente di sfondo Keith
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4a6d, #6b8e9e, #a1c9d3, #f0d68e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4a6d, #6b8e9e, #a1c9d3, #f0d68e, #e77e23);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Blu
Keith color palette created on .