Pink Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Sunrise palette

Condividi questa palette a:

tavolozza dei colori Pink Sunrise CSS

/* CSS */
.color-1 {
color: #ff42a4;
}
.color-2 {
color: #ff7a7a;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #4dff7c;
}
.color-5 {
color: #7affb8;
}

/* CSS Variables */
:root {
--color-1: #ff42a4;
--color-2: #ff7a7a;
--color-3: #ffb84d;
--color-4: #4dff7c;
--color-5: #7affb8;
}

CSS con gradiente di sfondo Pink Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff42a4, #ff7a7a, #ffb84d, #4dff7c, #7affb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff42a4, #ff7a7a, #ffb84d, #4dff7c, #7affb8);
}

Pink Sunrise color palette created on .