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