Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

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

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6a3d;
}
.color-2 {
color: #ffd83d;
}
.color-3 {
color: #6ccb79;
}
.color-4 {
color: #5092f7;
}
.color-5 {
color: #a47aff;
}

/* CSS Variables */
:root {
--color-1: #ff6a3d;
--color-2: #ffd83d;
--color-3: #6ccb79;
--color-4: #5092f7;
--color-5: #a47aff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6a3d, #ffd83d, #6ccb79, #5092f7, #a47aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6a3d, #ffd83d, #6ccb79, #5092f7, #a47aff);
}

Vibrant Orange color palette created on .