Dreamy Serenity Palette Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Serenity Palette palette

Share this palette to:

Dreamy Serenity Palette color palette CSS

/* CSS */
.color-1 {
color: #d8d8e9;
}
.color-2 {
color: #d2adb0;
}
.color-3 {
color: #81c2ee;
}
.color-4 {
color: #928b9c;
}
.color-5 {
color: #38a6e5;
}

/* CSS Variables */
:root {
--color-1: #d8d8e9;
--color-2: #d2adb0;
--color-3: #81c2ee;
--color-4: #928b9c;
--color-5: #38a6e5;
}

Dreamy Serenity Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d8e9, #d2adb0, #81c2ee, #928b9c, #38a6e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d8e9, #d2adb0, #81c2ee, #928b9c, #38a6e5);
}

Similar color palettes

Dreamy Serenity Palette color palette created on .