Davin's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Davin's Dreamscape palette

Share this palette to:

Davin's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f6d4a2;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #9fd1e5;
}
.color-5 {
color: #5fb8e7;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f6d4a2;
--color-3: #f4e1a4;
--color-4: #9fd1e5;
--color-5: #5fb8e7;
}

Davin's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f6d4a2, #f4e1a4, #9fd1e5, #5fb8e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f6d4a2, #f4e1a4, #9fd1e5, #5fb8e7);
}

Davin's Dreamscape color palette created on .