Sweet Whisper Sorbet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Whisper Sorbet palette
Sweet Whisper Sorbet color palette CSS
/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #ffcc99;
}
.color-4 {
color: #c1f0c1;
}
.color-5 {
color: #a3d1ff;
}
/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #ffb3e4;
--color-3: #ffcc99;
--color-4: #c1f0c1;
--color-5: #a3d1ff;
}
Sweet Whisper Sorbet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #ffb3e4, #ffcc99, #c1f0c1, #a3d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #ffb3e4, #ffcc99, #c1f0c1, #a3d1ff);
}
Similar color palettes
Scroll down to explore 80+ Pastel color palettes
Sweet Whisper Sorbet color palette created on .