Pink to Yellow Gradient Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink to Yellow Gradient palette
tavolozza dei colori Pink to Yellow Gradient CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff9a57;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #e3f9b4;
}
.color-5 {
color: #aef9b8;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff9a57;
--color-3: #ffcb5c;
--color-4: #e3f9b4;
--color-5: #aef9b8;
}
CSS con gradiente di sfondo Pink to Yellow Gradient
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff9a57, #ffcb5c, #e3f9b4, #aef9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff9a57, #ffcb5c, #e3f9b4, #aef9b8);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 400+ tavolozzas di colori Brillante
Pink to Yellow Gradient color palette created on .