Whimsical Quinn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Quinn palette

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

Whimsical Quinn カラーパレット CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f7d4b0;
}
.color-3 {
color: #f4d8a4;
}
.color-4 {
color: #a3d4d7;
}
.color-5 {
color: #6cb3e0;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f7d4b0;
--color-3: #f4d8a4;
--color-4: #a3d4d7;
--color-5: #6cb3e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f7d4b0, #f4d8a4, #a3d4d7, #6cb3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f7d4b0, #f4d8a4, #a3d4d7, #6cb3e0);
}

Whimsical Quinn color palette created on .