Retro Red & Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Retro Red & Pink palette
Retro Red & Pink カラー パレット PNG 画像
Retro Red & Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9e9e;
}
.color-4 {
color: #ff4d7f;
}
.color-5 {
color: #c70038;
}
/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6e61;
--color-3: #ff9e9e;
--color-4: #ff4d7f;
--color-5: #c70038;
}
Retro Red & Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6e61, #ff9e9e, #ff4d7f, #c70038);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6e61, #ff9e9e, #ff4d7f, #c70038);
}
似たようなカラーパレット
Retro Red & Pink color palette created on .