Dreamy Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Whispers palette
Dreamy Whispers color palette CSS
/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f3b7a0;
}
.color-3 {
color: #f2a6d6;
}
.color-4 {
color: #a9e5e1;
}
.color-5 {
color: #7eb9b6;
}
/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f3b7a0;
--color-3: #f2a6d6;
--color-4: #a9e5e1;
--color-5: #7eb9b6;
}
Dreamy Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f3b7a0, #f2a6d6, #a9e5e1, #7eb9b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f3b7a0, #f2a6d6, #a9e5e1, #7eb9b6);
}
Similar color palettes
Dreamy Whispers color palette created on .