Gothic Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gothic Red palette

このパレットを共有する先:

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;
}

Gothic Red の背景のグラデーション CSS

/* 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);
}

Gothic Red color palette created on .