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