Blue Rivulet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Rivulet palette
Blue Rivulet color palette CSS
/* CSS */
.color-1 {
color: #a7d7e2;
}
.color-2 {
color: #4a9acf;
}
.color-3 {
color: #2b7897;
}
.color-4 {
color: #1c5b7d;
}
.color-5 {
color: #0e4b6c;
}
/* CSS Variables */
:root {
--color-1: #a7d7e2;
--color-2: #4a9acf;
--color-3: #2b7897;
--color-4: #1c5b7d;
--color-5: #0e4b6c;
}
Blue Rivulet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7e2, #4a9acf, #2b7897, #1c5b7d, #0e4b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7e2, #4a9acf, #2b7897, #1c5b7d, #0e4b6c);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Rivulet color palette created on .