Periwinkle Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Periwinkle Dream palette
Periwinkle Dream color palette CSS
/* CSS */
.color-1 {
color: #a6b1d8;
}
.color-2 {
color: #b8c3e0;
}
.color-3 {
color: #d1d9eb;
}
.color-4 {
color: #e7e2f3;
}
.color-5 {
color: #c9c9e8;
}
/* CSS Variables */
:root {
--color-1: #a6b1d8;
--color-2: #b8c3e0;
--color-3: #d1d9eb;
--color-4: #e7e2f3;
--color-5: #c9c9e8;
}
Periwinkle Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6b1d8, #b8c3e0, #d1d9eb, #e7e2f3, #c9c9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6b1d8, #b8c3e0, #d1d9eb, #e7e2f3, #c9c9e8);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Periwinkle Dream color palette created on .