Whimsical Carnival カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Carnival palette

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

Whimsical Carnival カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5f57;
}
.color-2 {
color: #ffb31a;
}
.color-3 {
color: #ffec5c;
}
.color-4 {
color: #7ac2a8;
}
.color-5 {
color: #3ba08f;
}

/* CSS Variables */
:root {
--color-1: #ff5f57;
--color-2: #ffb31a;
--color-3: #ffec5c;
--color-4: #7ac2a8;
--color-5: #3ba08f;
}

Whimsical Carnival の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5f57, #ffb31a, #ffec5c, #7ac2a8, #3ba08f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5f57, #ffb31a, #ffec5c, #7ac2a8, #3ba08f);
}

Whimsical Carnival color palette created on .