Sunny Skies and Soft Breezes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunny Skies and Soft Breezes palette
Sunny Skies and Soft Breezes カラーパレット CSS
/* CSS */
.color-1 {
color: #f9e66c;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #b1dff2;
}
.color-5 {
color: #e9b79f;
}
/* CSS Variables */
:root {
--color-1: #f9e66c;
--color-2: #a3c7e0;
--color-3: #f6b83c;
--color-4: #b1dff2;
--color-5: #e9b79f;
}
Sunny Skies and Soft Breezes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e66c, #a3c7e0, #f6b83c, #b1dff2, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e66c, #a3c7e0, #f6b83c, #b1dff2, #e9b79f);
}
似たようなカラーパレット
Sunny Skies and Soft Breezes color palette created on .