Dreams of New York Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreams of New York palette
Dreams of New York color palette PNG image
Dreams of New York color palette CSS
/* CSS */
.color-1 {
color: #486a8e;
}
.color-2 {
color: #5a99aa;
}
.color-3 {
color: #f5b38f;
}
.color-4 {
color: #f3dc82;
}
.color-5 {
color: #d79689;
}
/* CSS Variables */
:root {
--color-1: #486a8e;
--color-2: #5a99aa;
--color-3: #f5b38f;
--color-4: #f3dc82;
--color-5: #d79689;
}
Dreams of New York background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #486a8e, #5a99aa, #f5b38f, #f3dc82, #d79689);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #486a8e, #5a99aa, #f5b38f, #f3dc82, #d79689);
}
Similar color palettes
Dreams of New York color palette created on .