Dark Cherry カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Cherry palette

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

Dark Cherry カラーパレット CSS

/* CSS */
.color-1 {
color: #6a293d;
}
.color-2 {
color: #9c5e6d;
}
.color-3 {
color: #e8cab5;
}
.color-4 {
color: #e0af9e;
}
.color-5 {
color: #52504c;
}

/* CSS Variables */
:root {
--color-1: #6a293d;
--color-2: #9c5e6d;
--color-3: #e8cab5;
--color-4: #e0af9e;
--color-5: #52504c;
}

Dark Cherry の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a293d, #9c5e6d, #e8cab5, #e0af9e, #52504c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a293d, #9c5e6d, #e8cab5, #e0af9e, #52504c);
}

似たようなカラーパレット

Dark Cherry color palette created on .