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