Dandicus Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dandicus Dream palette

Share this palette to:

Download Dandicus Dream Color Palette (PNG)

Download dandicus dream color palette PNG image (landscape)
Download dandicus dream color palette PNG image (square)

Dandicus Dream color palette CSS

/* CSS */
.color-1 {
color: #f6c1a7;
}
.color-2 {
color: #f7aea1;
}
.color-3 {
color: #f5908e;
}
.color-4 {
color: #e76a8f;
}
.color-5 {
color: #d44e7b;
}

/* CSS Variables */
:root {
--color-1: #f6c1a7;
--color-2: #f7aea1;
--color-3: #f5908e;
--color-4: #e76a8f;
--color-5: #d44e7b;
}

Dandicus Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1a7, #f7aea1, #f5908e, #e76a8f, #d44e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1a7, #f7aea1, #f5908e, #e76a8f, #d44e7b);
}

Dandicus Dream color palette created on .