Serenade of Petals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenade of Petals palette

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

Serenade of Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #3b8fb0;
}
.color-2 {
color: #5fb3c8;
}
.color-3 {
color: #a2d1e2;
}
.color-4 {
color: #f7c5d5;
}
.color-5 {
color: #f8a0b0;
}

/* CSS Variables */
:root {
--color-1: #3b8fb0;
--color-2: #5fb3c8;
--color-3: #a2d1e2;
--color-4: #f7c5d5;
--color-5: #f8a0b0;
}

Serenade of Petals の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fb0, #5fb3c8, #a2d1e2, #f7c5d5, #f8a0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fb0, #5fb3c8, #a2d1e2, #f7c5d5, #f8a0b0);
}

Serenade of Petals color palette created on .