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