David's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with David's Dreamscape palette

Share this palette to:

Download David's Dreamscape Color Palette (PNG)

Download david's dreamscape color palette PNG image (landscape)
Download david's dreamscape color palette PNG image (square)

David's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #4da2a3;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d83b68;
}

/* CSS Variables */
:root {
--color-1: #4da2a3;
--color-2: #f6d55a;
--color-3: #e9b79f;
--color-4: #ff6e61;
--color-5: #d83b68;
}

David's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4da2a3, #f6d55a, #e9b79f, #ff6e61, #d83b68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4da2a3, #f6d55a, #e9b79f, #ff6e61, #d83b68);
}

David's Dreamscape color palette created on .