Sunny Skip Through the Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Skip Through the Garden palette
Sunny Skip Through the Garden color palette CSS
/* CSS */
.color-1 {
color: #f5c73d;
}
.color-2 {
color: #f18a46;
}
.color-3 {
color: #f24f40;
}
.color-4 {
color: #d24b9f;
}
.color-5 {
color: #8a5ace;
}
/* CSS Variables */
:root {
--color-1: #f5c73d;
--color-2: #f18a46;
--color-3: #f24f40;
--color-4: #d24b9f;
--color-5: #8a5ace;
}
Sunny Skip Through the Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c73d, #f18a46, #f24f40, #d24b9f, #8a5ace);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c73d, #f18a46, #f24f40, #d24b9f, #8a5ace);
}
Similar color palettes
Sunny Skip Through the Garden color palette created on .