Shades of Ferra カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Ferra palette

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

Shades of Ferra カラーパレット CSS

/* CSS */
.color-1 {
color: #6e4e4f;
}
.color-2 {
color: #c58c7c;
}
.color-3 {
color: #e2b3a2;
}
.color-4 {
color: #f4d4b4;
}
.color-5 {
color: #f8e3d3;
}

/* CSS Variables */
:root {
--color-1: #6e4e4f;
--color-2: #c58c7c;
--color-3: #e2b3a2;
--color-4: #f4d4b4;
--color-5: #f8e3d3;
}

Shades of Ferra の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e4e4f, #c58c7c, #e2b3a2, #f4d4b4, #f8e3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e4e4f, #c58c7c, #e2b3a2, #f4d4b4, #f8e3d3);
}

Shades of Ferra color palette created on .