Gabriel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gabriel palette
Gabriel color palette PNG image
Gabriel color palette CSS
/* CSS */
.color-1 {
color: #1f7c8e;
}
.color-2 {
color: #4ac4b6;
}
.color-3 {
color: #76e0de;
}
.color-4 {
color: #a2f6f0;
}
.color-5 {
color: #e0f8ff;
}
/* CSS Variables */
:root {
--color-1: #1f7c8e;
--color-2: #4ac4b6;
--color-3: #76e0de;
--color-4: #a2f6f0;
--color-5: #e0f8ff;
}
Gabriel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f7c8e, #4ac4b6, #76e0de, #a2f6f0, #e0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f7c8e, #4ac4b6, #76e0de, #a2f6f0, #e0f8ff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Gabriel color palette created on .