Vibrant Yellow Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Yellow Green palette
Vibrant Yellow Green カラーパレット CSS
/* CSS */
.color-1 {
color: #f3a23f;
}
.color-2 {
color: #f5e05c;
}
.color-3 {
color: #6ccb79;
}
.color-4 {
color: #00a5e0;
}
.color-5 {
color: #a55eb5;
}
/* CSS Variables */
:root {
--color-1: #f3a23f;
--color-2: #f5e05c;
--color-3: #6ccb79;
--color-4: #00a5e0;
--color-5: #a55eb5;
}
Vibrant Yellow Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a23f, #f5e05c, #6ccb79, #00a5e0, #a55eb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a23f, #f5e05c, #6ccb79, #00a5e0, #a55eb5);
}
似たようなカラーパレット
Vibrant Yellow Green color palette created on .