Cherry Blossom Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cherry Blossom Sunset palette

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

Cherry Blossom Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #a4d6e5;
}
.color-2 {
color: #f3bab4;
}
.color-3 {
color: #f2a87d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d9613f;
}

/* CSS Variables */
:root {
--color-1: #a4d6e5;
--color-2: #f3bab4;
--color-3: #f2a87d;
--color-4: #ff6e61;
--color-5: #d9613f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d6e5, #f3bab4, #f2a87d, #ff6e61, #d9613f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d6e5, #f3bab4, #f2a87d, #ff6e61, #d9613f);
}

Cherry Blossom Sunset color palette created on .