Loading...
Shades of Magenta カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Magenta palette
Shades of Magenta カラーパレット (PNG) をダウンロード
Shades of Magenta カラーパレット CSS
/* CSS */
.color-1 {
color: #ff5c92;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #a8a8a8;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #c4c4c4;
}
/* CSS Variables */
:root {
--color-1: #ff5c92;
--color-2: #ffffff;
--color-3: #a8a8a8;
--color-4: #d6006f;
--color-5: #c4c4c4;
}
Shades of Magenta の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c92, #ffffff, #a8a8a8, #d6006f, #c4c4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c92, #ffffff, #a8a8a8, #d6006f, #c4c4c4);
}
似たようなカラーパレット
Shades of Magenta color palette created on .