Yellow Vee カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Yellow Vee palette
Yellow Vee カラーパレット CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f0d800;
}
.color-3 {
color: #f0e000;
}
.color-4 {
color: #b6d600;
}
.color-5 {
color: #6ebd00;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f0d800;
--color-3: #f0e000;
--color-4: #b6d600;
--color-5: #6ebd00;
}
Yellow Vee の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f0d800, #f0e000, #b6d600, #6ebd00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f0d800, #f0e000, #b6d600, #6ebd00);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Yellow Vee color palette created on .