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