Light Crème and Olive カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Crème and Olive palette
Light Crème and Olive カラーパレット CSS
/* CSS */
.color-1 {
color: #f6e6d5;
}
.color-2 {
color: #c3d5ae;
}
.color-3 {
color: #a6b67c;
}
.color-4 {
color: #9cae7a;
}
.color-5 {
color: #e4d1af;
}
/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #c3d5ae;
--color-3: #a6b67c;
--color-4: #9cae7a;
--color-5: #e4d1af;
}
Light Crème and Olive の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #c3d5ae, #a6b67c, #9cae7a, #e4d1af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #c3d5ae, #a6b67c, #9cae7a, #e4d1af);
}
似たようなカラーパレット
Light Crème and Olive color palette created on .