Sunlit Forest Oasis Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunlit Forest Oasis palette

Condividi questa palette a:

tavolozza dei colori Sunlit Forest Oasis CSS

/* CSS */
.color-1 {
color: #e8e396;
}
.color-2 {
color: #d1a442;
}
.color-3 {
color: #25cbba;
}
.color-4 {
color: #9c6221;
}
.color-5 {
color: #424733;
}

/* CSS Variables */
:root {
--color-1: #e8e396;
--color-2: #d1a442;
--color-3: #25cbba;
--color-4: #9c6221;
--color-5: #424733;
}

CSS con gradiente di sfondo Sunlit Forest Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e396, #d1a442, #25cbba, #9c6221, #424733);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e396, #d1a442, #25cbba, #9c6221, #424733);
}

Sunlit Forest Oasis color palette created on .