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