Connie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Connie palette
Color Inspiration
Images that showcase this color palette in real designs
Download Connie Color Palette (PNG)
Connie color palette CSS
/* CSS */
.color-1 {
color: #f8c4d3;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffe8a3;
}
.color-4 {
color: #b2e1e0;
}
.color-5 {
color: #a3c8ff;
}
/* CSS Variables */
:root {
--color-1: #f8c4d3;
--color-2: #ffa07a;
--color-3: #ffe8a3;
--color-4: #b2e1e0;
--color-5: #a3c8ff;
}
Connie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c4d3, #ffa07a, #ffe8a3, #b2e1e0, #a3c8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c4d3, #ffa07a, #ffe8a3, #b2e1e0, #a3c8ff);
}
Similar color palettes
Connie color palette created on .