Wine and Seafoam Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine and Seafoam palette
Wine and Seafoam color palette PNG image
Wine and Seafoam color palette CSS
/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #3c9f9c;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #3c9f9c;
--color-3: #f1c40e;
--color-4: #bf3a2b;
--color-5: #e77e23;
}
Wine and Seafoam background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #3c9f9c, #f1c40e, #bf3a2b, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #3c9f9c, #f1c40e, #bf3a2b, #e77e23);
}
Similar color palettes
Wine and Seafoam color palette created on .