Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f9cd5d;
}
.color-2 {
color: #066bef;
}
.color-3 {
color: #f28140;
}
.color-4 {
color: #a2d7a3;
}
.color-5 {
color: #f6b1c8;
}

/* CSS Variables */
:root {
--color-1: #f9cd5d;
--color-2: #066bef;
--color-3: #f28140;
--color-4: #a2d7a3;
--color-5: #f6b1c8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9cd5d, #066bef, #f28140, #a2d7a3, #f6b1c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9cd5d, #066bef, #f28140, #a2d7a3, #f6b1c8);
}

Vibrant Yellow color palette created on .