Patchwork Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Patchwork Dreams palette
Patchwork Dreams color palette CSS
/* CSS */
.color-1 {
color: #fc6c5f;
}
.color-2 {
color: #fc9c64;
}
.color-3 {
color: #fcc97e;
}
.color-4 {
color: #eee68c;
}
.color-5 {
color: #a4d5c7;
}
/* CSS Variables */
:root {
--color-1: #fc6c5f;
--color-2: #fc9c64;
--color-3: #fcc97e;
--color-4: #eee68c;
--color-5: #a4d5c7;
}
Patchwork Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc6c5f, #fc9c64, #fcc97e, #eee68c, #a4d5c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc6c5f, #fc9c64, #fcc97e, #eee68c, #a4d5c7);
}
Similar color palettes
Patchwork Dreams color palette created on .