Sweet Whispered Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Whispered Dreams palette
Sweet Whispered Dreams color palette CSS
/* CSS */
.color-1 {
color: #f6e5b1;
}
.color-2 {
color: #f2d3a1;
}
.color-3 {
color: #e6b798;
}
.color-4 {
color: #d7a3b4;
}
.color-5 {
color: #d69e9a;
}
/* CSS Variables */
:root {
--color-1: #f6e5b1;
--color-2: #f2d3a1;
--color-3: #e6b798;
--color-4: #d7a3b4;
--color-5: #d69e9a;
}
Sweet Whispered Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5b1, #f2d3a1, #e6b798, #d7a3b4, #d69e9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5b1, #f2d3a1, #e6b798, #d7a3b4, #d69e9a);
}
Similar color palettes
Sweet Whispered Dreams color palette created on .