Vibrant Siesta カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Siesta palette
Vibrant Siesta カラーパレット CSS
/* CSS */
.color-1 {
color: #d93c20;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #a8d30d;
}
.color-5 {
color: #005fb8;
}
/* CSS Variables */
:root {
--color-1: #d93c20;
--color-2: #faa200;
--color-3: #f1c84b;
--color-4: #a8d30d;
--color-5: #005fb8;
}
Vibrant Siesta の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d93c20, #faa200, #f1c84b, #a8d30d, #005fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d93c20, #faa200, #f1c84b, #a8d30d, #005fb8);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Vibrant Siesta color palette created on .