Ruby Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ruby Shades palette

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

Ruby Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #b63e4c;
}
.color-3 {
color: #9e5161;
}
.color-4 {
color: #dc6a76;
}
.color-5 {
color: #f5a5a3;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #b63e4c;
--color-3: #9e5161;
--color-4: #dc6a76;
--color-5: #f5a5a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #b63e4c, #9e5161, #dc6a76, #f5a5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #b63e4c, #9e5161, #dc6a76, #f5a5a3);
}

Ruby Shades color palette created on .