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