Rosy Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rosy Reverie palette
Rosy Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #f6c1a7;
}
.color-2 {
color: #fbab8e;
}
.color-3 {
color: #f77b6e;
}
.color-4 {
color: #ea5d5d;
}
.color-5 {
color: #da4e4e;
}
/* CSS Variables */
:root {
--color-1: #f6c1a7;
--color-2: #fbab8e;
--color-3: #f77b6e;
--color-4: #ea5d5d;
--color-5: #da4e4e;
}
Rosy Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1a7, #fbab8e, #f77b6e, #ea5d5d, #da4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1a7, #fbab8e, #f77b6e, #ea5d5d, #da4e4e);
}
似たようなカラーパレット
Rosy Reverie color palette created on .