Crimson Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Embrace palette

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

Crimson Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #d22d2d;
}
.color-2 {
color: #e45d58;
}
.color-3 {
color: #f1a7a2;
}
.color-4 {
color: #f8d0c4;
}
.color-5 {
color: #f2d2cf;
}

/* CSS Variables */
:root {
--color-1: #d22d2d;
--color-2: #e45d58;
--color-3: #f1a7a2;
--color-4: #f8d0c4;
--color-5: #f2d2cf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d22d2d, #e45d58, #f1a7a2, #f8d0c4, #f2d2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d22d2d, #e45d58, #f1a7a2, #f8d0c4, #f2d2cf);
}

Crimson Embrace color palette created on .