Taco Bell in the 1980s カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Taco Bell in the 1980s palette

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

Taco Bell in the 1980s カラーパレット CSS

/* CSS */
.color-1 {
color: #a63b26;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #e9d89f;
}
.color-4 {
color: #a4d9e5;
}
.color-5 {
color: #5a4fcf;
}

/* CSS Variables */
:root {
--color-1: #a63b26;
--color-2: #faa200;
--color-3: #e9d89f;
--color-4: #a4d9e5;
--color-5: #5a4fcf;
}

Taco Bell in the 1980s の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a63b26, #faa200, #e9d89f, #a4d9e5, #5a4fcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a63b26, #faa200, #e9d89f, #a4d9e5, #5a4fcf);
}

Taco Bell in the 1980s color palette created on .