Shades of Periwinkle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Periwinkle palette
Shades of Periwinkle color palette CSS
/* CSS */
.color-1 {
color: #a4b7da;
}
.color-2 {
color: #b9c8e4;
}
.color-3 {
color: #d2d6ea;
}
.color-4 {
color: #e6e1ef;
}
.color-5 {
color: #f8f9fc;
}
/* CSS Variables */
:root {
--color-1: #a4b7da;
--color-2: #b9c8e4;
--color-3: #d2d6ea;
--color-4: #e6e1ef;
--color-5: #f8f9fc;
}
Shades of Periwinkle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b7da, #b9c8e4, #d2d6ea, #e6e1ef, #f8f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b7da, #b9c8e4, #d2d6ea, #e6e1ef, #f8f9fc);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Shades of Periwinkle color palette created on .