Shades of Red Apples カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red Apples palette

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

Shades of Red Apples カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #e06e5c;
}
.color-3 {
color: #f2a06e;
}
.color-4 {
color: #f2d66e;
}
.color-5 {
color: #e6e26b;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #e06e5c;
--color-3: #f2a06e;
--color-4: #f2d66e;
--color-5: #e6e26b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #e06e5c, #f2a06e, #f2d66e, #e6e26b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #e06e5c, #f2a06e, #f2d66e, #e6e26b);
}

Shades of Red Apples color palette created on .