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