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