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