Whispers of Connie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Connie palette
Whispers of Connie color palette CSS
/* CSS */
.color-1 {
color: #f2e9e3;
}
.color-2 {
color: #b7d2c4;
}
.color-3 {
color: #7e9a9a;
}
.color-4 {
color: #4b7477;
}
.color-5 {
color: #2b4d50;
}
/* CSS Variables */
:root {
--color-1: #f2e9e3;
--color-2: #b7d2c4;
--color-3: #7e9a9a;
--color-4: #4b7477;
--color-5: #2b4d50;
}
Whispers of Connie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e9e3, #b7d2c4, #7e9a9a, #4b7477, #2b4d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e9e3, #b7d2c4, #7e9a9a, #4b7477, #2b4d50);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Whispers of Connie color palette created on .