Cottage Garden Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cottage Garden Dreams palette
Cottage Garden Dreams color palette CSS
/* CSS */
.color-1 {
color: #f0e1b7;
}
.color-2 {
color: #e0b59e;
}
.color-3 {
color: #d29e8e;
}
.color-4 {
color: #b7887b;
}
.color-5 {
color: #7c5a6d;
}
/* CSS Variables */
:root {
--color-1: #f0e1b7;
--color-2: #e0b59e;
--color-3: #d29e8e;
--color-4: #b7887b;
--color-5: #7c5a6d;
}
Cottage Garden Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e1b7, #e0b59e, #d29e8e, #b7887b, #7c5a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e1b7, #e0b59e, #d29e8e, #b7887b, #7c5a6d);
}
Similar color palettes
Cottage Garden Dreams color palette created on .