Berry Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Berry Shades palette

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

Berry Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c94f68;
}
.color-3 {
color: #e07b9e;
}
.color-4 {
color: #f2b5c8;
}
.color-5 {
color: #fef1f3;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c94f68;
--color-3: #e07b9e;
--color-4: #f2b5c8;
--color-5: #fef1f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c94f68, #e07b9e, #f2b5c8, #fef1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c94f68, #e07b9e, #f2b5c8, #fef1f3);
}

Berry Shades color palette created on .