Isobel's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Isobel's Dreamscape palette

Share this palette to:

Isobel's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #f4e2b3;
}
.color-4 {
color: #92d3c4;
}
.color-5 {
color: #4d9bdb;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c5a1;
--color-3: #f4e2b3;
--color-4: #92d3c4;
--color-5: #4d9bdb;
}

Isobel's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c5a1, #f4e2b3, #92d3c4, #4d9bdb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c5a1, #f4e2b3, #92d3c4, #4d9bdb);
}

Isobel's Dreamscape color palette created on .