Sweet Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Reverie palette

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

Sweet Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #fbaf8e;
}
.color-3 {
color: #f8d99b;
}
.color-4 {
color: #f5e6a8;
}
.color-5 {
color: #f1e9c6;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #fbaf8e;
--color-3: #f8d99b;
--color-4: #f5e6a8;
--color-5: #f1e9c6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #fbaf8e, #f8d99b, #f5e6a8, #f1e9c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #fbaf8e, #f8d99b, #f5e6a8, #f1e9c6);
}

Sweet Reverie color palette created on .