Pink to Yellow Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink to Yellow Sunrise palette

Condividi questa palette a:

tavolozza dei colori Pink to Yellow Sunrise CSS

/* CSS */
.color-1 {
color: #ff9ebb;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe680;
}
.color-4 {
color: #ffecb3;
}
.color-5 {
color: #fff9c2;
}

/* CSS Variables */
:root {
--color-1: #ff9ebb;
--color-2: #ffb84d;
--color-3: #ffe680;
--color-4: #ffecb3;
--color-5: #fff9c2;
}

CSS con gradiente di sfondo Pink to Yellow Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9ebb, #ffb84d, #ffe680, #ffecb3, #fff9c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9ebb, #ffb84d, #ffe680, #ffecb3, #fff9c2);
}

Pink to Yellow Sunrise color palette created on .