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