Periwinkle Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Periwinkle Dream palette

Share this palette to:

Periwinkle Dream color palette CSS

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #6d9bd0;
}
.color-3 {
color: #497bca;
}
.color-4 {
color: #3e5f93;
}
.color-5 {
color: #2a4c79;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #6d9bd0;
--color-3: #497bca;
--color-4: #3e5f93;
--color-5: #2a4c79;
}

Periwinkle Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #6d9bd0, #497bca, #3e5f93, #2a4c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #6d9bd0, #497bca, #3e5f93, #2a4c79);
}

Periwinkle Dream color palette created on .