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