Light Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Pink palette
Light Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #ffebff;
}
.color-2 {
color: #ffb3ff;
}
.color-3 {
color: #ff80ff;
}
.color-4 {
color: #ff4dff;
}
.color-5 {
color: #ff1aff;
}
/* CSS Variables */
:root {
--color-1: #ffebff;
--color-2: #ffb3ff;
--color-3: #ff80ff;
--color-4: #ff4dff;
--color-5: #ff1aff;
}
Light Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebff, #ffb3ff, #ff80ff, #ff4dff, #ff1aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebff, #ffb3ff, #ff80ff, #ff4dff, #ff1aff);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Light Pink color palette created on .