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