Majestic Cottage Haven Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Majestic Cottage Haven palette
Majestic Cottage Haven color palette CSS
/* CSS */
.color-1 {
color: #4c6f9a;
}
.color-2 {
color: #a3c1dc;
}
.color-3 {
color: #f5d76b;
}
.color-4 {
color: #e8a35e;
}
.color-5 {
color: #c14e8f;
}
/* CSS Variables */
:root {
--color-1: #4c6f9a;
--color-2: #a3c1dc;
--color-3: #f5d76b;
--color-4: #e8a35e;
--color-5: #c14e8f;
}
Majestic Cottage Haven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c6f9a, #a3c1dc, #f5d76b, #e8a35e, #c14e8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c6f9a, #a3c1dc, #f5d76b, #e8a35e, #c14e8f);
}
Similar color palettes
Majestic Cottage Haven color palette created on .