Whimsical Carnival カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Carnival palette

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

Whimsical Carnival カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9a42;
}
.color-4 {
color: #ffc300;
}
.color-5 {
color: #ff5833;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff6e61;
--color-3: #ff9a42;
--color-4: #ffc300;
--color-5: #ff5833;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff6e61, #ff9a42, #ffc300, #ff5833);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff6e61, #ff9a42, #ffc300, #ff5833);
}

Whimsical Carnival color palette created on .