Shades of Yellow Pink Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Yellow Pink palette
tavolozza dei colori Shades of Yellow Pink CSS
/* CSS */
.color-1 {
color: #f7d74b;
}
.color-2 {
color: #f1a76f;
}
.color-3 {
color: #e37663;
}
.color-4 {
color: #d05374;
}
.color-5 {
color: #9c4f8d;
}
/* CSS Variables */
:root {
--color-1: #f7d74b;
--color-2: #f1a76f;
--color-3: #e37663;
--color-4: #d05374;
--color-5: #9c4f8d;
}
CSS con gradiente di sfondo Shades of Yellow Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d74b, #f1a76f, #e37663, #d05374, #9c4f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d74b, #f1a76f, #e37663, #d05374, #9c4f8d);
}
Tavolozze di colori simili
Shades of Yellow Pink color palette created on .