Crimson Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Blush palette

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

Crimson Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #6a2933;
}
.color-2 {
color: #b54a56;
}
.color-3 {
color: #d68a8e;
}
.color-4 {
color: #f1c6c9;
}
.color-5 {
color: #f9e6e8;
}

/* CSS Variables */
:root {
--color-1: #6a2933;
--color-2: #b54a56;
--color-3: #d68a8e;
--color-4: #f1c6c9;
--color-5: #f9e6e8;
}

Crimson Blush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2933, #b54a56, #d68a8e, #f1c6c9, #f9e6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2933, #b54a56, #d68a8e, #f1c6c9, #f9e6e8);
}

Crimson Blush color palette created on .