Dreamy Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Waters palette

Share this palette to:

Dreamy Waters color palette CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f4cc9f;
}
.color-3 {
color: #f2eab5;
}
.color-4 {
color: #a3d8e1;
}
.color-5 {
color: #6b9bd6;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f4cc9f;
--color-3: #f2eab5;
--color-4: #a3d8e1;
--color-5: #6b9bd6;
}

Dreamy Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f4cc9f, #f2eab5, #a3d8e1, #6b9bd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f4cc9f, #f2eab5, #a3d8e1, #6b9bd6);
}

Dreamy Waters color palette created on .