Sundrenched Stripes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sundrenched Stripes palette

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

Sundrenched Stripes カラーパレット CSS

/* CSS */
.color-1 {
color: #d77d3c;
}
.color-2 {
color: #d0a74e;
}
.color-3 {
color: #c6b571;
}
.color-4 {
color: #b5b5b5;
}
.color-5 {
color: #8c5b3b;
}

/* CSS Variables */
:root {
--color-1: #d77d3c;
--color-2: #d0a74e;
--color-3: #c6b571;
--color-4: #b5b5b5;
--color-5: #8c5b3b;
}

Sundrenched Stripes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d77d3c, #d0a74e, #c6b571, #b5b5b5, #8c5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d77d3c, #d0a74e, #c6b571, #b5b5b5, #8c5b3b);
}

似たようなカラーパレット

Sundrenched Stripes color palette created on .