Cranberry Wine Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cranberry Wine Shades palette

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

Cranberry Wine Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #a30034;
}
.color-2 {
color: #b84b47;
}
.color-3 {
color: #c8b7c2;
}
.color-4 {
color: #5b3939;
}
.color-5 {
color: #802d3b;
}

/* CSS Variables */
:root {
--color-1: #a30034;
--color-2: #b84b47;
--color-3: #c8b7c2;
--color-4: #5b3939;
--color-5: #802d3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30034, #b84b47, #c8b7c2, #5b3939, #802d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30034, #b84b47, #c8b7c2, #5b3939, #802d3b);
}

Cranberry Wine Shades color palette created on .