Gregory's Tranquil Waters Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gregory's Tranquil Waters palette
Gregory's Tranquil Waters color palette CSS
/* CSS */
.color-1 {
color: #4a8c8c;
}
.color-2 {
color: #6cc1c1;
}
.color-3 {
color: #92e3e3;
}
.color-4 {
color: #b2f0f0;
}
.color-5 {
color: #def7f7;
}
/* CSS Variables */
:root {
--color-1: #4a8c8c;
--color-2: #6cc1c1;
--color-3: #92e3e3;
--color-4: #b2f0f0;
--color-5: #def7f7;
}
Gregory's Tranquil Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8c8c, #6cc1c1, #92e3e3, #b2f0f0, #def7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8c8c, #6cc1c1, #92e3e3, #b2f0f0, #def7f7);
}
Similar color palettes
Gregory's Tranquil Waters color palette created on .