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