Ratfang カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ratfang palette

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

Ratfang カラーパレット CSS

/* CSS */
.color-1 {
color: #3f3c36;
}
.color-2 {
color: #7d6b59;
}
.color-3 {
color: #b7a39e;
}
.color-4 {
color: #e8af5e;
}
.color-5 {
color: #d56b39;
}

/* CSS Variables */
:root {
--color-1: #3f3c36;
--color-2: #7d6b59;
--color-3: #b7a39e;
--color-4: #e8af5e;
--color-5: #d56b39;
}

Ratfang の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f3c36, #7d6b59, #b7a39e, #e8af5e, #d56b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f3c36, #7d6b59, #b7a39e, #e8af5e, #d56b39);
}

Ratfang color palette created on .