Red Ribbon Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Ribbon Shades palette

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

Red Ribbon Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #eb0a3e;
}
.color-2 {
color: #f26e74;
}
.color-3 {
color: #f7b6b6;
}
.color-4 {
color: #f3a85e;
}
.color-5 {
color: #d49f49;
}

/* CSS Variables */
:root {
--color-1: #eb0a3e;
--color-2: #f26e74;
--color-3: #f7b6b6;
--color-4: #f3a85e;
--color-5: #d49f49;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb0a3e, #f26e74, #f7b6b6, #f3a85e, #d49f49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb0a3e, #f26e74, #f7b6b6, #f3a85e, #d49f49);
}

Red Ribbon Shades color palette created on .