Ethereal Sakura Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Sakura Reverie palette

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

Ethereal Sakura Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #d1b78f;
}
.color-3 {
color: #c6a29a;
}
.color-4 {
color: #6b4c9a;
}
.color-5 {
color: #a84d4f;
}

/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #d1b78f;
--color-3: #c6a29a;
--color-4: #6b4c9a;
--color-5: #a84d4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #d1b78f, #c6a29a, #6b4c9a, #a84d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #d1b78f, #c6a29a, #6b4c9a, #a84d4f);
}

Ethereal Sakura Reverie color palette created on .