Gothic Red Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Gothic Red palette
tavolozza dei colori Gothic Red CSS
/* CSS */
.color-1 {
color: #6a294e;
}
.color-2 {
color: #9a4c75;
}
.color-3 {
color: #c77a9b;
}
.color-4 {
color: #f1a2b2;
}
.color-5 {
color: #f8c4d5;
}
/* CSS Variables */
:root {
--color-1: #6a294e;
--color-2: #9a4c75;
--color-3: #c77a9b;
--color-4: #f1a2b2;
--color-5: #f8c4d5;
}
CSS con gradiente di sfondo Gothic Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a294e, #9a4c75, #c77a9b, #f1a2b2, #f8c4d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a294e, #9a4c75, #c77a9b, #f1a2b2, #f8c4d5);
}
Tavolozze di colori simili
Gothic Red color palette created on .