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