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