Ruby Red Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ruby Red Shades palette

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

Ruby Red Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #c92c3c;
}
.color-3 {
color: #e44b3a;
}
.color-4 {
color: #f07f7f;
}
.color-5 {
color: #ffcdcc;
}

/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #c92c3c;
--color-3: #e44b3a;
--color-4: #f07f7f;
--color-5: #ffcdcc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #c92c3c, #e44b3a, #f07f7f, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #c92c3c, #e44b3a, #f07f7f, #ffcdcc);
}

Ruby Red Shades color palette created on .