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