Colorful Dandy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Dandy palette
Colorful Dandy color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c5a6;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #9b58b6;
}
.color-5 {
color: #3398db;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c5a6;
--color-3: #f4cf3e;
--color-4: #9b58b6;
--color-5: #3398db;
}
Colorful Dandy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c5a6, #f4cf3e, #9b58b6, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c5a6, #f4cf3e, #9b58b6, #3398db);
}
Similar color palettes
Colorful Dandy color palette created on .