Teal and Coral Adventure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal and Coral Adventure palette
Teal and Coral Adventure color palette CSS
/* CSS */
.color-1 {
color: #6ad2c1;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f15a27;
}
.color-5 {
color: #8c5d98;
}
/* CSS Variables */
:root {
--color-1: #6ad2c1;
--color-2: #f5a524;
--color-3: #ff6e61;
--color-4: #f15a27;
--color-5: #8c5d98;
}
Teal and Coral Adventure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ad2c1, #f5a524, #ff6e61, #f15a27, #8c5d98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ad2c1, #f5a524, #ff6e61, #f15a27, #8c5d98);
}
Similar color palettes
Teal and Coral Adventure color palette created on .