Periwinkle Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Periwinkle Dreams palette

Condividi questa palette a:

tavolozza dei colori Periwinkle Dreams CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b5d2e8;
}
.color-3 {
color: #e2e0ff;
}
.color-4 {
color: #d7caf2;
}
.color-5 {
color: #a77dcf;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b5d2e8;
--color-3: #e2e0ff;
--color-4: #d7caf2;
--color-5: #a77dcf;
}

CSS con gradiente di sfondo Periwinkle Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b5d2e8, #e2e0ff, #d7caf2, #a77dcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b5d2e8, #e2e0ff, #d7caf2, #a77dcf);
}

Periwinkle Dreams color palette created on .