Trinity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Trinity palette
Trinity color palette CSS
/* CSS */
.color-1 {
color: #6a8e9a;
}
.color-2 {
color: #a2d2e2;
}
.color-3 {
color: #f7e3b6;
}
.color-4 {
color: #f9aec3;
}
.color-5 {
color: #ef6c6c;
}
/* CSS Variables */
:root {
--color-1: #6a8e9a;
--color-2: #a2d2e2;
--color-3: #f7e3b6;
--color-4: #f9aec3;
--color-5: #ef6c6c;
}
Trinity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a8e9a, #a2d2e2, #f7e3b6, #f9aec3, #ef6c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a8e9a, #a2d2e2, #f7e3b6, #f9aec3, #ef6c6c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Trinity color palette created on .