Sakura Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sakura Dreams palette

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

Sakura Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #f6a2bf;
}
.color-3 {
color: #f26e9c;
}
.color-4 {
color: #d55d8b;
}
.color-5 {
color: #b3516b;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #f6a2bf;
--color-3: #f26e9c;
--color-4: #d55d8b;
--color-5: #b3516b;
}

Sakura Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #f6a2bf, #f26e9c, #d55d8b, #b3516b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #f6a2bf, #f26e9c, #d55d8b, #b3516b);
}

Sakura Dreams color palette created on .