Whimsical Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Reverie palette

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

Whimsical Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #5c3e7a;
}
.color-2 {
color: #8e5d8e;
}
.color-3 {
color: #c392b5;
}
.color-4 {
color: #f6c1a7;
}
.color-5 {
color: #f7e4b1;
}

/* CSS Variables */
:root {
--color-1: #5c3e7a;
--color-2: #8e5d8e;
--color-3: #c392b5;
--color-4: #f6c1a7;
--color-5: #f7e4b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3e7a, #8e5d8e, #c392b5, #f6c1a7, #f7e4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3e7a, #8e5d8e, #c392b5, #f6c1a7, #f7e4b1);
}

Whimsical Reverie color palette created on .