Shades of Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Pink palette

Condividi questa palette a:

tavolozza dei colori Shades of Pink CSS

/* CSS */
.color-1 {
color: #6b73db;
}
.color-2 {
color: #a4a7e5;
}
.color-3 {
color: #dad0f1;
}
.color-4 {
color: #e6dff1;
}
.color-5 {
color: #f0e2f3;
}

/* CSS Variables */
:root {
--color-1: #6b73db;
--color-2: #a4a7e5;
--color-3: #dad0f1;
--color-4: #e6dff1;
--color-5: #f0e2f3;
}

CSS con gradiente di sfondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b73db, #a4a7e5, #dad0f1, #e6dff1, #f0e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b73db, #a4a7e5, #dad0f1, #e6dff1, #f0e2f3);
}

Shades of Pink color palette created on .