Analia's Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Analia's Breeze palette
Analia's Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f9b79f;
}
.color-3 {
color: #f29d3a;
}
.color-4 {
color: #e76f3c;
}
.color-5 {
color: #d45e7b;
}
/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f9b79f;
--color-3: #f29d3a;
--color-4: #e76f3c;
--color-5: #d45e7b;
}
Analia's Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f9b79f, #f29d3a, #e76f3c, #d45e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f9b79f, #f29d3a, #e76f3c, #d45e7b);
}
似たようなカラーパレット
Analia's Breeze color palette created on .