Periwinkle Blues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Periwinkle Blues palette
Periwinkle Blues color palette CSS
/* CSS */
.color-1 {
color: #c2cce5;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #84b5e7;
}
.color-4 {
color: #60a9e1;
}
.color-5 {
color: #3b99d8;
}
/* CSS Variables */
:root {
--color-1: #c2cce5;
--color-2: #a6c6ed;
--color-3: #84b5e7;
--color-4: #60a9e1;
--color-5: #3b99d8;
}
Periwinkle Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2cce5, #a6c6ed, #84b5e7, #60a9e1, #3b99d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2cce5, #a6c6ed, #84b5e7, #60a9e1, #3b99d8);
}
Similar color palettes
Periwinkle Blues color palette created on .