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