Shades of Yellow and Teal Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Yellow and Teal palette
tavolozza dei colori Shades of Yellow and Teal CSS
/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #f4e1a4;
}
.color-3 {
color: #e1b7d6;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #4abf6d;
}
/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #f4e1a4;
--color-3: #e1b7d6;
--color-4: #a8d3e1;
--color-5: #4abf6d;
}
CSS con gradiente di sfondo Shades of Yellow and Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #f4e1a4, #e1b7d6, #a8d3e1, #4abf6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #f4e1a4, #e1b7d6, #a8d3e1, #4abf6d);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 80+ tavolozzas di colori Brillante
Shades of Yellow and Teal color palette created on .