Vibrant Yellow-Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow-Orange palette

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

Vibrant Yellow-Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #ef6c6c;
}
.color-3 {
color: #6cb6e4;
}
.color-4 {
color: #4abf6b;
}
.color-5 {
color: #e97d2f;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #ef6c6c;
--color-3: #6cb6e4;
--color-4: #4abf6b;
--color-5: #e97d2f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #ef6c6c, #6cb6e4, #4abf6b, #e97d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #ef6c6c, #6cb6e4, #4abf6b, #e97d2f);
}

Vibrant Yellow-Orange color palette created on .