Rose Hip Teahouse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rose Hip Teahouse palette
Rose Hip Teahouse color palette PNG image
Rose Hip Teahouse color palette CSS
/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d66b99;
}
.color-3 {
color: #c55979;
}
.color-4 {
color: #a76c9d;
}
.color-5 {
color: #6a3e74;
}
/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d66b99;
--color-3: #c55979;
--color-4: #a76c9d;
--color-5: #6a3e74;
}
Rose Hip Teahouse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d66b99, #c55979, #a76c9d, #6a3e74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d66b99, #c55979, #a76c9d, #6a3e74);
}
Similar color palettes
Rose Hip Teahouse color palette created on .