Drostan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Drostan palette

Share this palette to:

Drostan color palette PNG image

Download drostan color palette PNG image (landscape)
Download drostan color palette PNG image (square)

Drostan color palette CSS

/* CSS */
.color-1 {
color: #5d8989;
}
.color-2 {
color: #b2d2d2;
}
.color-3 {
color: #f7e3b6;
}
.color-4 {
color: #f3b7a0;
}
.color-5 {
color: #e57b7b;
}

/* CSS Variables */
:root {
--color-1: #5d8989;
--color-2: #b2d2d2;
--color-3: #f7e3b6;
--color-4: #f3b7a0;
--color-5: #e57b7b;
}

Drostan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8989, #b2d2d2, #f7e3b6, #f3b7a0, #e57b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8989, #b2d2d2, #f7e3b6, #f3b7a0, #e57b7b);
}

Drostan color palette created on .