Rosy Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rosy Reverie palette

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

Rosy Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f74b8a;
}
.color-2 {
color: #f5b2c1;
}
.color-3 {
color: #f7d4d7;
}
.color-4 {
color: #f9e1e5;
}
.color-5 {
color: #fce8eb;
}

/* CSS Variables */
:root {
--color-1: #f74b8a;
--color-2: #f5b2c1;
--color-3: #f7d4d7;
--color-4: #f9e1e5;
--color-5: #fce8eb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f74b8a, #f5b2c1, #f7d4d7, #f9e1e5, #fce8eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f74b8a, #f5b2c1, #f7d4d7, #f9e1e5, #fce8eb);
}

Rosy Reverie color palette created on .