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