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