Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #f4e04e;
}
.color-3 {
color: #80d0c7;
}
.color-4 {
color: #28b5f6;
}
.color-5 {
color: #ff6b81;
}

/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f4e04e;
--color-3: #80d0c7;
--color-4: #28b5f6;
--color-5: #ff6b81;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f4e04e, #80d0c7, #28b5f6, #ff6b81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f4e04e, #80d0c7, #28b5f6, #ff6b81);
}

Vibrant Yellow color palette created on .