Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

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

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff4d00;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ffb3e4;
}
.color-5 {
color: #4d94ff;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff4d00;
--color-3: #ff8052;
--color-4: #ffb3e4;
--color-5: #4d94ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff4d00, #ff8052, #ffb3e4, #4d94ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff4d00, #ff8052, #ffb3e4, #4d94ff);
}

Vibrant Orange color palette created on .