Pink Sugar Cookie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Sugar Cookie palette
Pink Sugar Cookie カラーパレット CSS
/* CSS */
.color-1 {
color: #f5e3b7;
}
.color-2 {
color: #f8d0a5;
}
.color-3 {
color: #f5b49e;
}
.color-4 {
color: #e8a6d1;
}
.color-5 {
color: #c49fe0;
}
/* CSS Variables */
:root {
--color-1: #f5e3b7;
--color-2: #f8d0a5;
--color-3: #f5b49e;
--color-4: #e8a6d1;
--color-5: #c49fe0;
}
Pink Sugar Cookie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3b7, #f8d0a5, #f5b49e, #e8a6d1, #c49fe0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3b7, #f8d0a5, #f5b49e, #e8a6d1, #c49fe0);
}
似たようなカラーパレット
Pink Sugar Cookie color palette created on .