Creamy Periwinkle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Periwinkle palette

Share this palette to:

Creamy Periwinkle color palette 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;
}

Creamy Periwinkle background gradient CSS

/* 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 .