Pink Sunset Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Sunset palette

Condividi questa palette a:

tavolozza dei colori Pink Sunset CSS

/* CSS */
.color-1 {
color: #515285;
}
.color-2 {
color: #4e4e7e;
}
.color-3 {
color: #4c4370;
}
.color-4 {
color: #40424f;
}
.color-5 {
color: #475357;
}

/* CSS Variables */
:root {
--color-1: #515285;
--color-2: #4e4e7e;
--color-3: #4c4370;
--color-4: #40424f;
--color-5: #475357;
}

CSS con gradiente di sfondo Pink Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #515285, #4e4e7e, #4c4370, #40424f, #475357);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #515285, #4e4e7e, #4c4370, #40424f, #475357);
}

Pink Sunset color palette created on .