Clyde's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Clyde's Dreamscape palette

Share this palette to:

Clyde's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #66b6e1;
}
.color-2 {
color: #a0d4e9;
}
.color-3 {
color: #f8caa5;
}
.color-4 {
color: #f28c8e;
}
.color-5 {
color: #f45d7e;
}

/* CSS Variables */
:root {
--color-1: #66b6e1;
--color-2: #a0d4e9;
--color-3: #f8caa5;
--color-4: #f28c8e;
--color-5: #f45d7e;
}

Clyde's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66b6e1, #a0d4e9, #f8caa5, #f28c8e, #f45d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66b6e1, #a0d4e9, #f8caa5, #f28c8e, #f45d7e);
}

Clyde's Dreamscape color palette created on .