Terrifying Stone Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Terrifying Stone Red palette

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

Terrifying Stone Red カラーパレット CSS

/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #c1b69f;
}
.color-3 {
color: #f1e3c6;
}
.color-4 {
color: #e4a677;
}
.color-5 {
color: #d0543e;
}

/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #c1b69f;
--color-3: #f1e3c6;
--color-4: #e4a677;
--color-5: #d0543e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #c1b69f, #f1e3c6, #e4a677, #d0543e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #c1b69f, #f1e3c6, #e4a677, #d0543e);
}

Terrifying Stone Red color palette created on .