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