Creamy Periwinkle Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Creamy Periwinkle palette

Condividi questa palette a:

tavolozza dei colori Creamy Periwinkle CSS

/* CSS */
.color-1 {
color: #d8e2f3;
}
.color-2 {
color: #b5c8e8;
}
.color-3 {
color: #f2e4d4;
}
.color-4 {
color: #fff4e0;
}
.color-5 {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--color-1: #d8e2f3;
--color-2: #b5c8e8;
--color-3: #f2e4d4;
--color-4: #fff4e0;
--color-5: #f5f5f5;
}

CSS con gradiente di sfondo Creamy Periwinkle

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e2f3, #b5c8e8, #f2e4d4, #fff4e0, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e2f3, #b5c8e8, #f2e4d4, #fff4e0, #f5f5f5);
}

Creamy Periwinkle color palette created on .