Melancholy Aquatic Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Melancholy Aquatic Dreams palette

Share this palette to:

Melancholy Aquatic Dreams color palette CSS

/* CSS */
.color-1 {
color: #492e4d;
}
.color-2 {
color: #7c4b8b;
}
.color-3 {
color: #a56ea6;
}
.color-4 {
color: #d9a6c2;
}
.color-5 {
color: #f4d2e1;
}

/* CSS Variables */
:root {
--color-1: #492e4d;
--color-2: #7c4b8b;
--color-3: #a56ea6;
--color-4: #d9a6c2;
--color-5: #f4d2e1;
}

Melancholy Aquatic Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492e4d, #7c4b8b, #a56ea6, #d9a6c2, #f4d2e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492e4d, #7c4b8b, #a56ea6, #d9a6c2, #f4d2e1);
}

Melancholy Aquatic Dreams color palette created on .