Rusty Cloud カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rusty Cloud palette
Rusty Cloud カラーパレット CSS
/* CSS */
.color-1 {
color: #b55c4a;
}
.color-2 {
color: #d57c48;
}
.color-3 {
color: #e9b78b;
}
.color-4 {
color: #f6d2b6;
}
.color-5 {
color: #a39da4;
}
/* CSS Variables */
:root {
--color-1: #b55c4a;
--color-2: #d57c48;
--color-3: #e9b78b;
--color-4: #f6d2b6;
--color-5: #a39da4;
}
Rusty Cloud の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b55c4a, #d57c48, #e9b78b, #f6d2b6, #a39da4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b55c4a, #d57c48, #e9b78b, #f6d2b6, #a39da4);
}
似たようなカラーパレット
Rusty Cloud color palette created on .