Cherry Blossom Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cherry Blossom Shades palette

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

Cherry Blossom Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #a92d3e;
}
.color-2 {
color: #ebb9b2;
}
.color-3 {
color: #f1c5b1;
}
.color-4 {
color: #f2e2c4;
}
.color-5 {
color: #d89f4b;
}

/* CSS Variables */
:root {
--color-1: #a92d3e;
--color-2: #ebb9b2;
--color-3: #f1c5b1;
--color-4: #f2e2c4;
--color-5: #d89f4b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a92d3e, #ebb9b2, #f1c5b1, #f2e2c4, #d89f4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a92d3e, #ebb9b2, #f1c5b1, #f2e2c4, #d89f4b);
}

Cherry Blossom Shades color palette created on .