Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

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

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4d67;
}
.color-4 {
color: #ff2e8f;
}
.color-5 {
color: #d6006b;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6d1f;
--color-3: #ff4d67;
--color-4: #ff2e8f;
--color-5: #d6006b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6d1f, #ff4d67, #ff2e8f, #d6006b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6d1f, #ff4d67, #ff2e8f, #d6006b);
}

Vibrant Orange color palette created on .