Sunny Sky Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Sky Serenade palette

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

Sunny Sky Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #1db4e2;
}
.color-2 {
color: #f1df5b;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #ff9d00;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1db4e2;
--color-2: #f1df5b;
--color-3: #f9c54e;
--color-4: #ff9d00;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db4e2, #f1df5b, #f9c54e, #ff9d00, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db4e2, #f1df5b, #f9c54e, #ff9d00, #ff6e61);
}

Sunny Sky Serenade color palette created on .