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: #e8a1c0;
}
.color-2 {
color: #f4cba4;
}
.color-3 {
color: #f6ebb6;
}
.color-4 {
color: #a3d7b0;
}
.color-5 {
color: #6cb8e5;
}
/* CSS Variables */
:root {
--color-1: #e8a1c0;
--color-2: #f4cba4;
--color-3: #f6ebb6;
--color-4: #a3d7b0;
--color-5: #6cb8e5;
}
Dreamy Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a1c0, #f4cba4, #f6ebb6, #a3d7b0, #6cb8e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a1c0, #f4cba4, #f6ebb6, #a3d7b0, #6cb8e5);
}
Similar color palettes
Dreamy Whispers color palette created on .