Rivulet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rivulet palette
Rivulet color palette CSS
/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #3b9fd8;
}
.color-3 {
color: #2b7a9c;
}
.color-4 {
color: #1f4d51;
}
.color-5 {
color: #a1d9a2;
}
/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #3b9fd8;
--color-3: #2b7a9c;
--color-4: #1f4d51;
--color-5: #a1d9a2;
}
Rivulet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #3b9fd8, #2b7a9c, #1f4d51, #a1d9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #3b9fd8, #2b7a9c, #1f4d51, #a1d9a2);
}
Similar color palettes
Rivulet color palette created on .