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