Oceanic Whirl カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Whirl palette

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

Oceanic Whirl カラーパレット CSS

/* CSS */
.color-1 {
color: #3f2a92;
}
.color-2 {
color: #5a4fcf;
}
.color-3 {
color: #7a9eeb;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #f5e0e0;
}

/* CSS Variables */
:root {
--color-1: #3f2a92;
--color-2: #5a4fcf;
--color-3: #7a9eeb;
--color-4: #a3c7e0;
--color-5: #f5e0e0;
}

Oceanic Whirl の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2a92, #5a4fcf, #7a9eeb, #a3c7e0, #f5e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2a92, #5a4fcf, #7a9eeb, #a3c7e0, #f5e0e0);
}

Oceanic Whirl color palette created on .