Sunny Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Serenity palette

このパレットを共有する先:

Sunny Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #a8e6cf;
}
.color-3 {
color: #f8e3a0;
}
.color-4 {
color: #ffab5c;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #a8e6cf;
--color-3: #f8e3a0;
--color-4: #ffab5c;
--color-5: #ff6e61;
}

Sunny Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #a8e6cf, #f8e3a0, #ffab5c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #a8e6cf, #f8e3a0, #ffab5c, #ff6e61);
}

Sunny Serenity color palette created on .