Goob's Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Goob's Delight palette

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

Goob's Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #4cbaf0;
}
.color-2 {
color: #f3a582;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f7c7ab;
}
.color-5 {
color: #1f4e7a;
}

/* CSS Variables */
:root {
--color-1: #4cbaf0;
--color-2: #f3a582;
--color-3: #ff6e61;
--color-4: #f7c7ab;
--color-5: #1f4e7a;
}

Goob's Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cbaf0, #f3a582, #ff6e61, #f7c7ab, #1f4e7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cbaf0, #f3a582, #ff6e61, #f7c7ab, #1f4e7a);
}

Goob's Delight color palette created on .