Red Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Shades palette

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

Red Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c3b1;
}
.color-2 {
color: #f58d7a;
}
.color-3 {
color: #f55c7d;
}
.color-4 {
color: #e63746;
}
.color-5 {
color: #d83b3b;
}

/* CSS Variables */
:root {
--color-1: #f1c3b1;
--color-2: #f58d7a;
--color-3: #f55c7d;
--color-4: #e63746;
--color-5: #d83b3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c3b1, #f58d7a, #f55c7d, #e63746, #d83b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c3b1, #f58d7a, #f55c7d, #e63746, #d83b3b);
}

Red Shades color palette created on .