Sophia's Whimsy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sophia's Whimsy palette
Sophia's Whimsy color palette CSS
/* CSS */
.color-1 {
color: #ff9061;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #d3e156;
}
.color-4 {
color: #6ad2e7;
}
.color-5 {
color: #ab47bd;
}
/* CSS Variables */
:root {
--color-1: #ff9061;
--color-2: #ffcb5c;
--color-3: #d3e156;
--color-4: #6ad2e7;
--color-5: #ab47bd;
}
Sophia's Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9061, #ffcb5c, #d3e156, #6ad2e7, #ab47bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9061, #ffcb5c, #d3e156, #6ad2e7, #ab47bd);
}
Similar color palettes
Sophia's Whimsy color palette created on .