Gothic Sorbet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gothic Sorbet palette
Gothic Sorbet color palette CSS
/* CSS */
.color-1 {
color: #a9e0d3;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #a400b3;
}
/* CSS Variables */
:root {
--color-1: #a9e0d3;
--color-2: #ffb3c1;
--color-3: #ff7092;
--color-4: #d6006f;
--color-5: #a400b3;
}
Gothic Sorbet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0d3, #ffb3c1, #ff7092, #d6006f, #a400b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0d3, #ffb3c1, #ff7092, #d6006f, #a400b3);
}
Similar color palettes
Gothic Sorbet color palette created on .