Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f56c42;
}
.color-3 {
color: #d5538b;
}
.color-4 {
color: #ad5cc1;
}
.color-5 {
color: #6da0d9;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f56c42;
--color-3: #d5538b;
--color-4: #ad5cc1;
--color-5: #6da0d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f56c42, #d5538b, #ad5cc1, #6da0d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f56c42, #d5538b, #ad5cc1, #6da0d9);
}

Vibrant Yellow color palette created on .