Whimsical Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whimsical Serenity palette
Whimsical Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #f7a7a6;
}
.color-2 {
color: #f9d99a;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #94a1e0;
}
/* CSS Variables */
:root {
--color-1: #f7a7a6;
--color-2: #f9d99a;
--color-3: #f4e1a4;
--color-4: #a3d6e0;
--color-5: #94a1e0;
}
Whimsical Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a7a6, #f9d99a, #f4e1a4, #a3d6e0, #94a1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a7a6, #f9d99a, #f4e1a4, #a3d6e0, #94a1e0);
}
似たようなカラーパレット
下にスクロールして10個のエステティックカラーパレットを探索しましょう
Whimsical Serenity color palette created on .