Teal Seaweed Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Seaweed palette
Teal Seaweed color palette CSS
/* CSS */
.color-1 {
color: #a4d6d5;
}
.color-2 {
color: #64b4a4;
}
.color-3 {
color: #3e8e7e;
}
.color-4 {
color: #1d6756;
}
.color-5 {
color: #0a5c4d;
}
/* CSS Variables */
:root {
--color-1: #a4d6d5;
--color-2: #64b4a4;
--color-3: #3e8e7e;
--color-4: #1d6756;
--color-5: #0a5c4d;
}
Teal Seaweed background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d6d5, #64b4a4, #3e8e7e, #1d6756, #0a5c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d6d5, #64b4a4, #3e8e7e, #1d6756, #0a5c4d);
}
Similar color palettes
Teal Seaweed color palette created on .