Dandy's World OC Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dandy's World OC palette

Share this palette to:

Dandy's World OC color palette CSS

/* CSS */
.color-1 {
color: #1f2c6b;
}
.color-2 {
color: #4a5a8c;
}
.color-3 {
color: #7a9a9f;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #e86a4a;
}

/* CSS Variables */
:root {
--color-1: #1f2c6b;
--color-2: #4a5a8c;
--color-3: #7a9a9f;
--color-4: #f3ca4f;
--color-5: #e86a4a;
}

Dandy's World OC background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2c6b, #4a5a8c, #7a9a9f, #f3ca4f, #e86a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2c6b, #4a5a8c, #7a9a9f, #f3ca4f, #e86a4a);
}

Similar color palettes

Dandy's World OC color palette created on .