Rustic Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Sunrise palette
Rustic Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f7a3a1;
}
.color-2 {
color: #f5c5a3;
}
.color-3 {
color: #f2e2a6;
}
.color-4 {
color: #d8e59f;
}
.color-5 {
color: #c2d9e5;
}
/* CSS Variables */
:root {
--color-1: #f7a3a1;
--color-2: #f5c5a3;
--color-3: #f2e2a6;
--color-4: #d8e59f;
--color-5: #c2d9e5;
}
Rustic Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a3a1, #f5c5a3, #f2e2a6, #d8e59f, #c2d9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a3a1, #f5c5a3, #f2e2a6, #d8e59f, #c2d9e5);
}
Similar color palettes
Rustic Sunrise color palette created on .