Ruby Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ruby Shades palette

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

Ruby Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #f6a979;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #5e2c2d;
}
.color-5 {
color: #795b3e;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #f6a979;
--color-3: #f9d86c;
--color-4: #5e2c2d;
--color-5: #795b3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #f6a979, #f9d86c, #5e2c2d, #795b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #f6a979, #f9d86c, #5e2c2d, #795b3e);
}

Ruby Shades color palette created on .