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