Ross Hernández カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ross Hernández palette
Ross Hernández カラー パレット PNG 画像
Ross Hernández カラーパレット CSS
/* CSS */
.color-1 {
color: #c16c2f;
}
.color-2 {
color: #c2872e;
}
.color-3 {
color: #79895d;
}
.color-4 {
color: #75666a;
}
.color-5 {
color: #9f3c78;
}
/* CSS Variables */
:root {
--color-1: #c16c2f;
--color-2: #c2872e;
--color-3: #79895d;
--color-4: #75666a;
--color-5: #9f3c78;
}
Ross Hernández の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c16c2f, #c2872e, #79895d, #75666a, #9f3c78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c16c2f, #c2872e, #79895d, #75666a, #9f3c78);
}
似たようなカラーパレット
Ross Hernández color palette created on .