Crimson Lure カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Lure palette

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

Crimson Lure カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c4e;
}
.color-2 {
color: #e63746;
}
.color-3 {
color: #f1a65b;
}
.color-4 {
color: #f1dfd5;
}
.color-5 {
color: #3c0b2e;
}

/* CSS Variables */
:root {
--color-1: #c92c4e;
--color-2: #e63746;
--color-3: #f1a65b;
--color-4: #f1dfd5;
--color-5: #3c0b2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c4e, #e63746, #f1a65b, #f1dfd5, #3c0b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c4e, #e63746, #f1a65b, #f1dfd5, #3c0b2e);
}

Crimson Lure color palette created on .