Sunny Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Oasis palette

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

Sunny Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #f0e78e;
}
.color-3 {
color: #98fb98;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff6347;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #f0e78e;
--color-3: #98fb98;
--color-4: #ffcc00;
--color-5: #ff6347;
}

Sunny Oasis の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #f0e78e, #98fb98, #ffcc00, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #f0e78e, #98fb98, #ffcc00, #ff6347);
}

Sunny Oasis color palette created on .