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