Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

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

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f25d50;
}
.color-2 {
color: #f99f3e;
}
.color-3 {
color: #fdd55d;
}
.color-4 {
color: #8fdc8e;
}
.color-5 {
color: #4e9cc6;
}

/* CSS Variables */
:root {
--color-1: #f25d50;
--color-2: #f99f3e;
--color-3: #fdd55d;
--color-4: #8fdc8e;
--color-5: #4e9cc6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f25d50, #f99f3e, #fdd55d, #8fdc8e, #4e9cc6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f25d50, #f99f3e, #fdd55d, #8fdc8e, #4e9cc6);
}

Vibrant Orange color palette created on .