Periwinkle Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Periwinkle Breeze palette

Share this palette to:

Periwinkle Breeze color palette CSS

/* CSS */
.color-1 {
color: #a8b3d1;
}
.color-2 {
color: #b7c9e1;
}
.color-3 {
color: #c7d7e6;
}
.color-4 {
color: #e4eaf1;
}
.color-5 {
color: #f0f4ff;
}

/* CSS Variables */
:root {
--color-1: #a8b3d1;
--color-2: #b7c9e1;
--color-3: #c7d7e6;
--color-4: #e4eaf1;
--color-5: #f0f4ff;
}

Periwinkle Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3d1, #b7c9e1, #c7d7e6, #e4eaf1, #f0f4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3d1, #b7c9e1, #c7d7e6, #e4eaf1, #f0f4ff);
}

Periwinkle Breeze color palette created on .