Surreal Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Surreal Reverie palette

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

Surreal Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f9ccb9;
}
.color-2 {
color: #e5a4b1;
}
.color-3 {
color: #d87d88;
}
.color-4 {
color: #b95b7f;
}
.color-5 {
color: #6f2f4e;
}

/* CSS Variables */
:root {
--color-1: #f9ccb9;
--color-2: #e5a4b1;
--color-3: #d87d88;
--color-4: #b95b7f;
--color-5: #6f2f4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ccb9, #e5a4b1, #d87d88, #b95b7f, #6f2f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ccb9, #e5a4b1, #d87d88, #b95b7f, #6f2f4e);
}

Surreal Reverie color palette created on .