Rosy Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rosy Reverie palette

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

Rosy Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c8a6;
}
.color-2 {
color: #f8a5c5;
}
.color-3 {
color: #f77889;
}
.color-4 {
color: #e64c6e;
}
.color-5 {
color: #d60032;
}

/* CSS Variables */
:root {
--color-1: #f7c8a6;
--color-2: #f8a5c5;
--color-3: #f77889;
--color-4: #e64c6e;
--color-5: #d60032;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c8a6, #f8a5c5, #f77889, #e64c6e, #d60032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c8a6, #f8a5c5, #f77889, #e64c6e, #d60032);
}

Rosy Reverie color palette created on .