Midnight Berry Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Berry Whispers palette
Midnight Berry Whispers color palette CSS
/* CSS */
.color-1 {
color: #6b7cff;
}
.color-2 {
color: #4f6dbf;
}
.color-3 {
color: #3f60a6;
}
.color-4 {
color: #a9c5e0;
}
.color-5 {
color: #f0e5ff;
}
/* CSS Variables */
:root {
--color-1: #6b7cff;
--color-2: #4f6dbf;
--color-3: #3f60a6;
--color-4: #a9c5e0;
--color-5: #f0e5ff;
}
Midnight Berry Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b7cff, #4f6dbf, #3f60a6, #a9c5e0, #f0e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b7cff, #4f6dbf, #3f60a6, #a9c5e0, #f0e5ff);
}
Similar color palettes
Midnight Berry Whispers color palette created on .