Creme and Olive Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Creme and Olive Harmony palette
Creme and Olive Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #ede1c4;
}
.color-2 {
color: #c3d6a8;
}
.color-3 {
color: #a8bba0;
}
.color-4 {
color: #6c8c4a;
}
.color-5 {
color: #4b5e3b;
}
/* CSS Variables */
:root {
--color-1: #ede1c4;
--color-2: #c3d6a8;
--color-3: #a8bba0;
--color-4: #6c8c4a;
--color-5: #4b5e3b;
}
Creme and Olive Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ede1c4, #c3d6a8, #a8bba0, #6c8c4a, #4b5e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ede1c4, #c3d6a8, #a8bba0, #6c8c4a, #4b5e3b);
}
似たようなカラーパレット
Creme and Olive Harmony color palette created on .