Vibrant Orchard Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orchard Delight palette

このパレットを共有する先:

Vibrant Orchard Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #5b964f;
}
.color-2 {
color: #f7c955;
}
.color-3 {
color: #f86c1b;
}
.color-4 {
color: #ed3c21;
}
.color-5 {
color: #b22a33;
}

/* CSS Variables */
:root {
--color-1: #5b964f;
--color-2: #f7c955;
--color-3: #f86c1b;
--color-4: #ed3c21;
--color-5: #b22a33;
}

Vibrant Orchard Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b964f, #f7c955, #f86c1b, #ed3c21, #b22a33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b964f, #f7c955, #f86c1b, #ed3c21, #b22a33);
}

Vibrant Orchard Delight color palette created on .