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